![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
A structure which gets passed to Eigen's dogleg algebraic solver. More...
#include <algebra_system.hpp>
Public Member Functions | |
nlo_functor () | |
nlo_functor (int inputs, int values) | |
int | inputs () const |
int | values () const |
Public Attributes | |
const int | m_inputs |
const int | m_values |
A structure which gets passed to Eigen's dogleg algebraic solver.
T | scalar type of independent variable. |
NX | number of rows |
NY | number of columns |
Definition at line 73 of file algebra_system.hpp.
|
inline |
Definition at line 76 of file algebra_system.hpp.
|
inline |
Definition at line 78 of file algebra_system.hpp.
|
inline |
Definition at line 80 of file algebra_system.hpp.
|
inline |
Definition at line 81 of file algebra_system.hpp.
const int stan::math::nlo_functor< T, NX, NY >::m_inputs |
Definition at line 74 of file algebra_system.hpp.
const int stan::math::nlo_functor< T, NX, NY >::m_values |
Definition at line 74 of file algebra_system.hpp.