TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
BoxBOD_functor Struct Reference
Inheritance diagram for BoxBOD_functor:
Functor< double >

Public Member Functions

 BoxBOD_functor (void)
 
int operator() (const VectorXd &b, VectorXd &fvec)
 
int df (const VectorXd &b, MatrixXd &fjac)
 
 BoxBOD_functor (void)
 
int operator() (const VectorXd &b, VectorXd &fvec)
 
int df (const VectorXd &b, MatrixXd &fjac)
 
- Public Member Functions inherited from Functor< double >
 Functor ()
 
 Functor (int inputs, int values)
 
 Functor ()
 
 Functor (int inputs_, int values_)
 
int inputs () const
 
int inputs () const
 
int values () const
 
int values () const
 

Static Public Attributes

static const double x [6] = { 1., 2., 3., 5., 7., 10. }
 

Additional Inherited Members

- Public Types inherited from Functor< double >
enum  
 
enum  
 
typedef double Scalar
 
typedef double Scalar
 
typedef Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTimeJacobianType
 
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTimeJacobianType
 
- Public Attributes inherited from Functor< double >
const int m_inputs
 
int m_inputs
 
const int m_values
 
int m_values
 

Constructor & Destructor Documentation

◆ BoxBOD_functor() [1/2]

BoxBOD_functor::BoxBOD_functor ( void  )
inline

◆ BoxBOD_functor() [2/2]

BoxBOD_functor::BoxBOD_functor ( void  )
inline

Member Function Documentation

◆ df() [1/2]

int BoxBOD_functor::df ( const VectorXd &  b,
MatrixXd &  fjac 
)
inline

◆ df() [2/2]

int BoxBOD_functor::df ( const VectorXd &  b,
MatrixXd &  fjac 
)
inline

◆ operator()() [1/2]

int BoxBOD_functor::operator() ( const VectorXd &  b,
VectorXd &  fvec 
)
inline

◆ operator()() [2/2]

int BoxBOD_functor::operator() ( const VectorXd &  b,
VectorXd &  fvec 
)
inline

Member Data Documentation

◆ x

const double BoxBOD_functor::x = { 1., 2., 3., 5., 7., 10. }
static

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