Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::internal::image_retval_base Class Reference
Inheritance diagram for Eigen::internal::image_retval_base:
Inheritance graph
[legend]

List of all members.

Public Types

typedef _DecompositionType DecompositionType
typedef
DecompositionType::MatrixType 
MatrixType
typedef ReturnByValue
< image_retval_base
Base
typedef Base::Index Index
typedef internal::traits
< Derived >::ReturnType 
ReturnType

Public Member Functions

 image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix)
Index rows () const
Index cols () const
Index rank () const
const DecompositionTypedec () const
const MatrixTypeoriginalMatrix () const
template<typename Dest >
void evalTo (Dest &dst) const

Protected Attributes

const DecompositionTypem_dec
Index m_rank
Index m_cols
const MatrixTypem_originalMatrix

Member Typedef Documentation

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 54 of file LU.

Definition at line 52 of file LU.

Definition at line 55 of file LU.

typedef DecompositionType::MatrixType Eigen::internal::image_retval_base::MatrixType

Definition at line 53 of file LU.

typedef internal::traits<Derived>::ReturnType Eigen::ReturnByValue::ReturnType [inherited]

Definition at line 68 of file Core.


Constructor & Destructor Documentation

Eigen::internal::image_retval_base::image_retval_base ( const DecompositionType dec,
const MatrixType originalMatrix 
) [inline]

Definition at line 57 of file LU.


Member Function Documentation

Index Eigen::internal::image_retval_base::cols ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 64 of file LU.

const DecompositionType& Eigen::internal::image_retval_base::dec ( ) const [inline]

Definition at line 66 of file LU.

template<typename Dest >
void Eigen::internal::image_retval_base::evalTo ( Dest &  dst) const [inline]
const MatrixType& Eigen::internal::image_retval_base::originalMatrix ( ) const [inline]

Definition at line 67 of file LU.

Index Eigen::internal::image_retval_base::rank ( ) const [inline]

Definition at line 65 of file LU.

Index Eigen::internal::image_retval_base::rows ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >.

Definition at line 63 of file LU.


Member Data Documentation

Definition at line 76 of file LU.

Definition at line 75 of file LU.

Definition at line 77 of file LU.

Definition at line 76 of file LU.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011