![]() |
|
Expression which must be nested by value. More...
#include <NestByValue.h>
Public Types | |
typedef internal::dense_xpr_base< NestByValue >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC | NestByValue (const ExpressionType &matrix) |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC | operator const ExpressionType & () const |
EIGEN_DEVICE_FUNC const ExpressionType & | nestedExpression () const |
EIGEN_DEVICE_FUNC std::enable_if< HasDirectAccess, const Scalar * >::type | data () const |
EIGEN_DEVICE_FUNC std::enable_if< HasDirectAccess, Index >::type | innerStride () const |
EIGEN_DEVICE_FUNC std::enable_if< HasDirectAccess, Index >::type | outerStride () const |
Static Public Attributes | |
static constexpr bool | HasDirectAccess = internal::has_direct_access<ExpressionType>::ret |
Protected Attributes | |
const ExpressionType | m_expression |
Expression which must be nested by value.
ExpressionType | the type of the object of which we are requiring nesting-by-value |
This class is the return type of MatrixBase::nestByValue() and most of the time this is the only way it is used.
typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base |
|
inlineexplicit |
|
inline |
References Eigen::NestByValue< ExpressionType >::m_expression.
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 |
References Eigen::NestByValue< ExpressionType >::m_expression.
Referenced by gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenQuaternionPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), gdb.printers.EigenSparseMatrixPrinter::to_string(), and gdb.printers.EigenQuaternionPrinter::to_string().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::NestByValue< ExpressionType >::m_expression.
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().
|
staticconstexpr |
|
protected |
Referenced by Eigen::NestByValue< ExpressionType >::cols(), Eigen::NestByValue< ExpressionType >::data(), Eigen::NestByValue< ExpressionType >::innerStride(), Eigen::NestByValue< ExpressionType >::nestedExpression(), Eigen::NestByValue< ExpressionType >::operator const ExpressionType &(), Eigen::NestByValue< ExpressionType >::outerStride(), and Eigen::NestByValue< ExpressionType >::rows().