Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::internal::kernel_retval_base< _DecompositionType > Class Template Reference

Detailed Description

template<typename _DecompositionType>
class Eigen::internal::kernel_retval_base< _DecompositionType >

Definition at line 51 of file LU.

Inheritance diagram for Eigen::internal::kernel_retval_base< _DecompositionType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef _DecompositionType DecompositionType
typedef ReturnByValue
< kernel_retval_base
Base
typedef Base::Index Index
typedef internal::traits
< kernel_retval_base
< _DecompositionType >
>::ReturnType 
ReturnType

Public Member Functions

 kernel_retval_base (const DecompositionType &dec)
Index rows () const
Index cols () const
Index rank () const
const DecompositionTypedec () const
template<typename Dest >
void evalTo (Dest &dst) const

Protected Attributes

const DecompositionTypem_dec
Index m_rank
Index m_cols

Member Typedef Documentation

template<typename _DecompositionType>
typedef ReturnByValue<kernel_retval_base> Eigen::internal::kernel_retval_base< _DecompositionType >::Base

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

Definition at line 55 of file LU.

template<typename _DecompositionType>
typedef _DecompositionType Eigen::internal::kernel_retval_base< _DecompositionType >::DecompositionType

Definition at line 54 of file LU.

template<typename _DecompositionType>
typedef Base::Index Eigen::internal::kernel_retval_base< _DecompositionType >::Index

Definition at line 56 of file LU.

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

Definition at line 68 of file Core.


Constructor & Destructor Documentation

template<typename _DecompositionType>
Eigen::internal::kernel_retval_base< _DecompositionType >::kernel_retval_base ( const DecompositionType dec) [inline]

Definition at line 58 of file LU.


Member Function Documentation

template<typename _DecompositionType>
Index Eigen::internal::kernel_retval_base< _DecompositionType >::cols ( void  ) const [inline]

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

Definition at line 65 of file LU.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::kernel_retval_base< _DecompositionType >::dec ( ) const [inline]

Definition at line 67 of file LU.

template<typename _DecompositionType>
template<typename Dest >
void Eigen::internal::kernel_retval_base< _DecompositionType >::evalTo ( Dest &  dst) const [inline]
template<typename _DecompositionType>
Index Eigen::internal::kernel_retval_base< _DecompositionType >::rank ( ) const [inline]

Definition at line 66 of file LU.

template<typename _DecompositionType>
Index Eigen::internal::kernel_retval_base< _DecompositionType >::rows ( void  ) const [inline]

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

Definition at line 64 of file LU.


Member Data Documentation

template<typename _DecompositionType>
Index Eigen::internal::kernel_retval_base< _DecompositionType >::m_cols [protected]

Definition at line 76 of file LU.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::kernel_retval_base< _DecompositionType >::m_dec [protected]

Definition at line 75 of file LU.

template<typename _DecompositionType>
Index Eigen::internal::kernel_retval_base< _DecompositionType >::m_rank [protected]

Definition at line 76 of file LU.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo