Medial Code Documentation
|
Public Types | |
typedef _DecompositionType | DecompositionType |
typedef DecompositionType::MatrixType | MatrixType |
typedef ReturnByValue< image_retval_base > | Base |
![]() | |
typedef internal::traits< image_retval_base< _DecompositionType > >::ReturnType | ReturnType |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
Public Member Functions | |
image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix) | |
Index | rows () const |
Index | cols () const |
Index | rank () const |
const DecompositionType & | dec () const |
const MatrixType & | originalMatrix () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
![]() | |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
Protected Attributes | |
const DecompositionType & | m_dec |
Index | m_rank |
Index | m_cols |
const MatrixType & | m_originalMatrix |