compbio
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::DenseFunctor< _Scalar, NX, NY > Struct Template Reference

Public Types

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 ColPivHouseholderQR< JacobianTypeQRSolver
 

Public Member Functions

 DenseFunctor (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: