
Public Types | |
| enum | { MaxSmallDimAtCompileTime } |
| typedef _DecompositionType | DecompositionType |
| typedef DecompositionType::MatrixType | MatrixType |
| typedef ReturnByValue < image_retval_base > | Base |
| typedef Base::Index | Index |
Public Member Functions | |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
| Index | rows () const |
| Index | cols () const |
| Index | rank () const |
| const DecompositionType & | dec () const |
| const MatrixType & | originalMatrix () const |
Protected Attributes | |
| const DecompositionType & | m_dec |
| Index | m_rank |
| Index | m_cols |
| const MatrixType & | m_originalMatrix |
typedef ReturnByValue<image_retval_base> Eigen::internal::image_retval_base::Base [inherited] |
typedef _DecompositionType Eigen::internal::image_retval_base::DecompositionType [inherited] |
typedef Base::Index Eigen::internal::image_retval_base::Index [inherited] |
typedef DecompositionType::MatrixType Eigen::internal::image_retval_base::MatrixType [inherited] |
| Index Eigen::internal::image_retval_base::cols | ( | void | ) | const [inline, inherited] |
| const DecompositionType& Eigen::internal::image_retval_base::dec | ( | ) | const [inline, inherited] |
| void Eigen::internal::image_retval< FullPivLU< _MatrixType > >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from Eigen::internal::image_retval_base< FullPivLU< _MatrixType > >.
| const MatrixType& Eigen::internal::image_retval_base::originalMatrix | ( | ) | const [inline, inherited] |
| Index Eigen::internal::image_retval_base::rank | ( | ) | const [inline, inherited] |
| Index Eigen::internal::image_retval_base::rows | ( | void | ) | const [inline, inherited] |
Index Eigen::internal::image_retval_base::m_cols [protected, inherited] |
const DecompositionType& Eigen::internal::image_retval_base::m_dec [protected, inherited] |
const MatrixType& Eigen::internal::image_retval_base::m_originalMatrix [protected, inherited] |
Index Eigen::internal::image_retval_base::m_rank [protected, inherited] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |