#include <Image.h>
Public Types | |
typedef ReturnByValue < image_retval_base > | Base |
typedef _DecompositionType | DecompositionType |
typedef Base::Index | Index |
typedef DecompositionType::MatrixType | MatrixType |
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 |
Protected Attributes | |
Index | m_cols |
const DecompositionType & | m_dec |
const MatrixType & | m_originalMatrix |
Index | m_rank |
typedef ReturnByValue<image_retval_base> internal::image_retval_base< _DecompositionType >::Base |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
typedef _DecompositionType internal::image_retval_base< _DecompositionType >::DecompositionType |
typedef Base::Index internal::image_retval_base< _DecompositionType >::Index |
typedef DecompositionType::MatrixType internal::image_retval_base< _DecompositionType >::MatrixType |
internal::image_retval_base< _DecompositionType >::image_retval_base | ( | const DecompositionType & | dec, |
const MatrixType & | originalMatrix | ||
) | [inline] |
Index internal::image_retval_base< _DecompositionType >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
const DecompositionType& internal::image_retval_base< _DecompositionType >::dec | ( | ) | const [inline] |
void internal::image_retval_base< _DecompositionType >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
Reimplemented in internal::image_retval< FullPivLU< _MatrixType > >.
const MatrixType& internal::image_retval_base< _DecompositionType >::originalMatrix | ( | ) | const [inline] |
Index internal::image_retval_base< _DecompositionType >::rank | ( | ) | const [inline] |
Index internal::image_retval_base< _DecompositionType >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< image_retval_base< _DecompositionType > >.
Index internal::image_retval_base< _DecompositionType >::m_cols [protected] |
const DecompositionType& internal::image_retval_base< _DecompositionType >::m_dec [protected] |
const MatrixType& internal::image_retval_base< _DecompositionType >::m_originalMatrix [protected] |
Index internal::image_retval_base< _DecompositionType >::m_rank [protected] |