Generic expression of a partially reduxed matrix. More...
Inherits internal::dense_xpr_base::type, and Eigen::internal::no_assignment_operator.
Public Types | |
typedef internal::dense_xpr_base< PartialReduxExpr >::type | Base |
Public Member Functions | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
const MemberOp & | functor () const |
MatrixType::Nested | nestedExpression () const |
PartialReduxExpr (const MatrixType &mat, const MemberOp &func=MemberOp()) | |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Protected Attributes | |
const MemberOp | m_functor |
MatrixType::Nested | m_matrix |
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.
Definition at line 58 of file VectorwiseOp.h.
typedef internal::dense_xpr_base<PartialReduxExpr>::type Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >::Base |
Definition at line 63 of file VectorwiseOp.h.
|
inlineexplicit |
Definition at line 67 of file VectorwiseOp.h.
|
inline |
Definition at line 73 of file VectorwiseOp.h.
|
inline |
Definition at line 79 of file VectorwiseOp.h.
|
inline |
Definition at line 76 of file VectorwiseOp.h.
|
inline |
Definition at line 71 of file VectorwiseOp.h.
|
protected |
Definition at line 83 of file VectorwiseOp.h.
|
protected |
Definition at line 82 of file VectorwiseOp.h.