OSVR-Core
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::IncompleteLU< _Scalar > Class Template Reference

Public Types

typedef Matrix< Scalar, Dynamic, DynamicMatrixType
 

Public Member Functions

template<typename MatrixType >
 IncompleteLU (const MatrixType &mat)
 
Index rows () const
 
Index cols () const
 
template<typename MatrixType >
IncompleteLUcompute (const MatrixType &mat)
 
template<typename Rhs , typename Dest >
void _solve (const Rhs &b, Dest &x) const
 
template<typename Rhs >
const internal::solve_retval< IncompleteLU, Rhs > solve (const MatrixBase< Rhs > &b) const
 

Protected Attributes

FactorType m_lu
 
bool m_isInitialized
 

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