Eigen::SparseFunctor< Scalar_, Index_ > Struct Template Reference

Public Types

enum  {
  InputsAtCompileTime ,
  ValuesAtCompileTime
}
 
typedef Index_ Index
 
typedef Matrix< Scalar, Dynamic, 1 > InputType
 
typedef SparseMatrix< Scalar, ColMajor, IndexJacobianType
 
typedef SparseQR< JacobianType, COLAMDOrdering< int > > QRSolver
 
typedef Scalar_ Scalar
 
typedef Matrix< Scalar, Dynamic, 1 > ValueType
 

Public Member Functions

int inputs () const
 
 SparseFunctor (int inputs, int values)
 
int values () const
 

Public Attributes

const int m_inputs
 
const int m_values
 

Detailed Description

template<typename Scalar_, typename Index_>
struct Eigen::SparseFunctor< Scalar_, Index_ >

Definition at line 71 of file LevenbergMarquardt/LevenbergMarquardt.h.

Member Typedef Documentation

◆ Index

template<typename Scalar_ , typename Index_ >
typedef Index_ Eigen::SparseFunctor< Scalar_, Index_ >::Index

Definition at line 74 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ InputType

template<typename Scalar_ , typename Index_ >
typedef Matrix<Scalar,Dynamic,1> Eigen::SparseFunctor< Scalar_, Index_ >::InputType

Definition at line 75 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ JacobianType

template<typename Scalar_ , typename Index_ >
typedef SparseMatrix<Scalar, ColMajor, Index> Eigen::SparseFunctor< Scalar_, Index_ >::JacobianType

Definition at line 77 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ QRSolver

template<typename Scalar_ , typename Index_ >
typedef SparseQR<JacobianType, COLAMDOrdering<int> > Eigen::SparseFunctor< Scalar_, Index_ >::QRSolver

Definition at line 78 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ Scalar

template<typename Scalar_ , typename Index_ >
typedef Scalar_ Eigen::SparseFunctor< Scalar_, Index_ >::Scalar

Definition at line 73 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ ValueType

template<typename Scalar_ , typename Index_ >
typedef Matrix<Scalar,Dynamic,1> Eigen::SparseFunctor< Scalar_, Index_ >::ValueType

Definition at line 76 of file LevenbergMarquardt/LevenbergMarquardt.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Scalar_ , typename Index_ >
anonymous enum
Enumerator
InputsAtCompileTime 
ValuesAtCompileTime 

Definition at line 79 of file LevenbergMarquardt/LevenbergMarquardt.h.

Constructor & Destructor Documentation

◆ SparseFunctor()

template<typename Scalar_ , typename Index_ >
Eigen::SparseFunctor< Scalar_, Index_ >::SparseFunctor ( int  inputs,
int  values 
)
inline

Member Function Documentation

◆ inputs()

template<typename Scalar_ , typename Index_ >
int Eigen::SparseFunctor< Scalar_, Index_ >::inputs ( ) const
inline

Definition at line 86 of file LevenbergMarquardt/LevenbergMarquardt.h.

86 { return m_inputs; }

◆ values()

template<typename Scalar_ , typename Index_ >
int Eigen::SparseFunctor< Scalar_, Index_ >::values ( ) const
inline

Definition at line 87 of file LevenbergMarquardt/LevenbergMarquardt.h.

87 { return m_values; }

Member Data Documentation

◆ m_inputs

template<typename Scalar_ , typename Index_ >
const int Eigen::SparseFunctor< Scalar_, Index_ >::m_inputs

Definition at line 89 of file LevenbergMarquardt/LevenbergMarquardt.h.

◆ m_values

template<typename Scalar_ , typename Index_ >
const int Eigen::SparseFunctor< Scalar_, Index_ >::m_values

Definition at line 89 of file LevenbergMarquardt/LevenbergMarquardt.h.


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