Searched defs:PartialReduxExpr (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h16 /** \class PartialReduxExpr
33 class PartialReduxExpr;
37 struct traits<PartialReduxExpr<MatrixType, MemberOp, Direction> >
67 class PartialReduxExpr : internal::no_assignment_operator, class in namespace:Eigen
68 public internal::dense_xpr_base< PartialReduxExpr<MatrixType, MemberOp, Direction> >::type
72 typedef typename internal::dense_xpr_base<PartialReduxExpr>::type Base;
73 EIGEN_DENSE_PUBLIC_INTERFACE(PartialReduxExpr)
74 typedef typename internal::traits<PartialReduxExpr>::MatrixTypeNested MatrixTypeNested;
75 typedef typename internal::traits<PartialReduxExpr>::_MatrixTypeNested _MatrixTypeNested;
77 PartialReduxExpr(cons function in class:Eigen::PartialReduxExpr
[all...]

Completed in 68 milliseconds