Automatic Differentiation
 
Loading...
Searching...
No Matches
algebra_system.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/functor/jacobian.hpp>
#include <stan/math/prim/err.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  stan::math::nlo_functor< T, NX, NY >
 A structure which gets passed to Eigen's dogleg algebraic solver. More...
 
struct  stan::math::hybrj_functor_solver< S >
 A functor with the required operators to call Eigen's algebraic solver. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T1 , typename T2 >
void stan::math::algebra_solver_check (const Eigen::Matrix< T1, Eigen::Dynamic, 1 > &x, const Eigen::Matrix< T2, Eigen::Dynamic, 1 > y, const std::vector< double > &dat, const std::vector< int > &dat_int, double function_tolerance, long int max_num_steps)