Eigen  3.2.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PartialReduxExpr< MatrixType, BinaryOp, Direction > Class Template Reference

Detailed Description

template<typename MatrixType, typename BinaryOp, int Direction>
class Eigen::PartialReduxExpr< MatrixType, BinaryOp, Direction >

Generic expression of a partially reduxed matrix.

Template Parameters
MatrixTypethe type of the matrix we are applying the redux operation
MemberOptype of the member functor
Directionindicates 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.

See Also
class VectorwiseOp

Inherits no_assignment_operator, and type< PartialReduxExpr< MatrixType, MemberOp, Direction > >.


The documentation for this class was generated from the following files: