HomeSort by relevance Sort by last modified time
    Searched refs:PartialReduxExpr (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 16 /** \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,
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())
154 * \sa DenseBase::colwise(), DenseBase::rowwise(), class PartialReduxExpr
169 typedef PartialReduxExpr<ExpressionType
    [all...]
CoreEvaluators.h     [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 244 template<typename MatrixType, typename BinaryOp, int Direction> class PartialReduxExpr;

Completed in 76 milliseconds