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

Public Types

enum  { InputsAtCompileTime = Dynamic, ValuesAtCompileTime = Dynamic }
 
typedef _Scalar Scalar
 
typedef _Index Index
 
typedef Matrix< Scalar, Dynamic, 1 > InputType
 
typedef Matrix< Scalar, Dynamic, 1 > ValueType
 
typedef SparseMatrix< Scalar, ColMajor, Index > JacobianType
 
typedef SparseQR< JacobianType, COLAMDOrdering< int > > QRSolver
 

Public Member Functions

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