![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Generic expression of a partially reduxed matrix. More...
#include <VectorwiseOp.h>
Inheritance diagram for Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >:
Collaboration diagram for Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >:Public Types | |
| typedef internal::dense_xpr_base< PartialReduxExpr >::type | Base |
| typedef internal::traits< PartialReduxExpr >::MatrixTypeNested | MatrixTypeNested |
| typedef internal::traits< PartialReduxExpr >::_MatrixTypeNested | _MatrixTypeNested |
Protected Attributes | |
| MatrixTypeNested | 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.
Definition at line 211 of file ForwardDeclarations.h.
1.8.11