Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Member Functions | Public Attributes | List of all members
stan::math::nlo_functor< T, NX, NY > Struct Template Reference

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
 

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 73 of file algebra_system.hpp.

Constructor & Destructor Documentation

◆ nlo_functor() [1/2]

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

Definition at line 76 of file algebra_system.hpp.

◆ nlo_functor() [2/2]

template<typename T, int NX = Eigen::Dynamic, int NY = Eigen::Dynamic>
stan::math::nlo_functor< T, NX, NY >::nlo_functor ( int  inputs,
int  values 
)
inline

Definition at line 78 of file algebra_system.hpp.

Member Function Documentation

◆ inputs()

template<typename T, int NX = Eigen::Dynamic, int NY = Eigen::Dynamic>
int stan::math::nlo_functor< T, NX, NY >::inputs ( ) const
inline

Definition at line 80 of file algebra_system.hpp.

◆ values()

template<typename T, int NX = Eigen::Dynamic, int NY = Eigen::Dynamic>
int stan::math::nlo_functor< T, NX, NY >::values ( ) const
inline

Definition at line 81 of file algebra_system.hpp.

Member Data Documentation

◆ m_inputs

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

Definition at line 74 of file algebra_system.hpp.

◆ m_values

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

Definition at line 74 of file algebra_system.hpp.


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

     [ Stan Home Page ] © 2011–2018, Stan Development Team.