Home
last modified time | relevance | path

Searched refs:PartialReduxExpr (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DVectorwiseOp.h33 class PartialReduxExpr; variable
37 struct traits<PartialReduxExpr<MatrixType, MemberOp, Direction> >
56 class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr<MatrixType, MemberOp, Di…
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())
169 typedef PartialReduxExpr<ExpressionType,
177 typedef PartialReduxExpr<ExpressionType,
285 …typedef PartialReduxExpr<ExpressionType, internal::member_count<Index>, Direction> CountReturnType;
291 … typedef PartialReduxExpr<ExpressionType, internal::member_lpnorm<p,RealScalar>,Direction> Type;
DCoreEvaluators.h1256 struct evaluator<PartialReduxExpr<ArgType, MemberOp, Direction> >
1257 : evaluator_base<PartialReduxExpr<ArgType, MemberOp, Direction> >
1259 typedef PartialReduxExpr<ArgType, MemberOp, Direction> XprType;
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h244 template<typename MatrixType, typename BinaryOp, int Direction> class PartialReduxExpr;