Stan Math Library
4.9.0
Automatic Differentiation
|
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 24 of file algebra_system.hpp.
#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 |