![]() |
|
#include <Image.h>
Inheritance diagram for Eigen::internal::image_retval_base< DecompositionType_ >:Public Types | |
| typedef DecompositionType_ | DecompositionType |
| typedef DecompositionType::MatrixType | MatrixType |
| typedef ReturnByValue< image_retval_base > | Base |
Public Types inherited from Eigen::ReturnByValue< image_retval_base< DecompositionType_ > > | |
| typedef internal::traits< image_retval_base< DecompositionType_ > >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
Public Member Functions | |
| image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix) | |
| Index | rows () const |
| Index | cols () const |
| Index | rank () const |
| const DecompositionType & | dec () const |
| const MatrixType & | originalMatrix () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
Public Member Functions inherited from Eigen::ReturnByValue< image_retval_base< DecompositionType_ > > | |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| const Unusable & | coeff (Index) const |
| const Unusable & | coeff (Index, Index) const |
| Unusable & | coeffRef (Index) |
| Unusable & | coeffRef (Index, Index) |
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< DecompositionType_ >::Base |
| typedef DecompositionType_ Eigen::internal::image_retval_base< DecompositionType_ >::DecompositionType |
| typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< DecompositionType_ >::MatrixType |
|
inline |
|
inline |
References Eigen::internal::image_retval_base< DecompositionType_ >::m_cols.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::internal::image_retval_base< DecompositionType_ >::m_dec.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
protected |
|
protected |
|
protected |
|
protected |