compbio
Public Types | Public Member Functions | Public Attributes | List of all members
Functor< _Scalar, NX, NY > Struct Template Reference
Inheritance diagram for Functor< _Scalar, NX, NY >:
Eigen::AutoDiffJacobian< Functor >

Public Types

enum  { InputsAtCompileTime = NX, ValuesAtCompileTime = NY }
 
enum  { InputsAtCompileTime = NX, ValuesAtCompileTime = NY }
 
typedef _Scalar Scalar
 
typedef Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > JacobianType
 
typedef _Scalar Scalar
 
typedef Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > JacobianType
 

Public Member Functions

 Functor (int inputs, int values)
 
int inputs () const
 
int values () const
 
 Functor (int inputs, int values)
 
int inputs () const
 
int values () const
 

Public Attributes

const int m_inputs
 
const int m_values
 
int m_inputs
 
int m_values
 

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