![]() |
|
#include <Kernel.h>
Inheritance diagram for Eigen::internal::kernel_retval_base< DecompositionType_ >:Public Types | |
| typedef DecompositionType_ | DecompositionType |
| typedef ReturnByValue< kernel_retval_base > | Base |
Public Types inherited from Eigen::ReturnByValue< kernel_retval_base< DecompositionType_ > > | |
| typedef internal::traits< kernel_retval_base< DecompositionType_ > >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
Public Member Functions | |
| kernel_retval_base (const DecompositionType &dec) | |
| Index | rows () const |
| Index | cols () const |
| Index | rank () const |
| const DecompositionType & | dec () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
Public Member Functions inherited from Eigen::ReturnByValue< kernel_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 |
| typedef ReturnByValue<kernel_retval_base> Eigen::internal::kernel_retval_base< DecompositionType_ >::Base |
| typedef DecompositionType_ Eigen::internal::kernel_retval_base< DecompositionType_ >::DecompositionType |
|
inlineexplicit |
|
inline |
References Eigen::internal::kernel_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 |
References Eigen::internal::kernel_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 |