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> >
56 class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr<MatrixType, MemberOp, Direction> >::type, class in namespace:Eigen
61 typedef typename internal::dense_xpr_base<PartialReduxExpr>::type Base;
62 EIGEN_DENSE_PUBLIC_INTERFACE(PartialReduxExpr)
65 explicit PartialReduxExpr(const MatrixType& mat, const MemberOp& func = MemberOp()) function in class:Eigen::PartialReduxExpr
154 * \sa DenseBase::colwise(), DenseBase::rowwise(), class PartialReduxExpr
169 typedef PartialReduxExpr<ExpressionTyp
[all...]

Completed in 82 milliseconds