#include <ForwardDeclarations.h>
Public Types | |
typedef ReturnByValue< image_retval_base > | Base |
typedef _DecompositionType | DecompositionType |
typedef DecompositionType::MatrixType | MatrixType |
Public Types inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > > | |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
typedef internal::traits< image_retval_base< _DecompositionType > >::ReturnType | ReturnType |
Public Member Functions | |
Index | cols () const |
const DecompositionType & | dec () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix) | |
const MatrixType & | originalMatrix () const |
Index | rank () const |
Index | rows () const |
Public Member Functions inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > > | |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
Protected Attributes | |
Index | m_cols |
const DecompositionType & | m_dec |
const MatrixType & | m_originalMatrix |
Index | m_rank |
Definition at line 138 of file ForwardDeclarations.h.
typedef ReturnByValue<image_retval_base> Eigen::internal::image_retval_base< _DecompositionType >::Base |
typedef _DecompositionType Eigen::internal::image_retval_base< _DecompositionType >::DecompositionType |
typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< _DecompositionType >::MatrixType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |