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

Public Member Functions

 rat43_functor (void)
 
int operator() (const VectorXd &b, VectorXd &fvec)
 
int df (const VectorXd &b, MatrixXd &fjac)
 
 rat43_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 [15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15. }
 
static const double y [15] = { 16.08, 33.83, 65.80, 97.20, 191.55, 326.20, 386.87, 520.53, 590.03, 651.92, 724.93, 699.56, 689.96, 637.56, 717.41 }
 

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

◆ rat43_functor() [1/2]

rat43_functor::rat43_functor ( void  )
inline

◆ rat43_functor() [2/2]

rat43_functor::rat43_functor ( void  )
inline

Member Function Documentation

◆ df() [1/2]

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

◆ df() [2/2]

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

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

Member Data Documentation

◆ x

const double rat43_functor::x = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15. }
static

◆ y

const double rat43_functor::y = { 16.08, 33.83, 65.80, 97.20, 191.55, 326.20, 386.87, 520.53, 590.03, 651.92, 724.93, 699.56, 689.96, 637.56, 717.41 }
static

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