|
template<typename F , typename T > |
Eigen::VectorXd | stan::math::algebra_solver (const F &f, const Eigen::Matrix< T, Eigen::Dynamic, 1 > &x, const Eigen::VectorXd &y, const std::vector< double > &dat, const std::vector< int > &dat_int, std::ostream *msgs=nullptr, double relative_tolerance=1e-10, double function_tolerance=1e-6, long int max_num_steps=1e+3) |
| Return the solution to the specified system of algebraic equations given an initial guess, and parameters and data, which get passed into the algebraic system. More...
|
|
template<typename F , typename T1 , typename T2 > |
Eigen::Matrix< T2, Eigen::Dynamic, 1 > | stan::math::algebra_solver (const F &f, 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, std::ostream *msgs=nullptr, double relative_tolerance=1e-10, double function_tolerance=1e-6, long int max_num_steps=1e+3) |
| Return the solution to the specified system of algebraic equations given an initial guess, and parameters and data, which get passed into the algebraic system. More...
|
|