Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::nlo_functor< T, NX, NY > Struct Template Reference

Detailed Description

template<typename T, int NX = Eigen::Dynamic, int NY = Eigen::Dynamic>
struct stan::math::nlo_functor< T, NX, NY >

A structure which gets passed to Eigen's dogleg algebraic solver.

Template Parameters
Tscalar type of independent variable.
NXnumber of rows
NYnumber 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
 

The documentation for this struct was generated from the following file: