![]() |
|
Generic expression of a partially reduxed matrix. More...
#include <VectorwiseOp.h>
Public Types | |
typedef internal::dense_xpr_base< PartialReduxExpr >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC | PartialReduxExpr (const MatrixType &mat, const MemberOp &func=MemberOp()) |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC MatrixType::Nested | nestedExpression () const |
EIGEN_DEVICE_FUNC const MemberOp & | functor () const |
Protected Attributes | |
MatrixType::Nested | m_matrix |
const MemberOp | m_functor |
Generic expression of a partially reduxed matrix.
MatrixType | the type of the matrix we are applying the redux operation |
MemberOp | type of the member functor |
Direction | indicates the direction of the redux (Vertical or Horizontal) |
This class represents an expression of a partial redux operator of a matrix. It is the return type of some VectorwiseOp functions, and most of the time this is the only way it is used.
typedef internal::dense_xpr_base<PartialReduxExpr>::type Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >::Base |
|
inlineexplicit |
|
inline |
References Eigen::Horizontal, and Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >::m_matrix.
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 |
References Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >::m_matrix, and Eigen::Vertical.
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 |