OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartialReduxExpr
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/
VectorwiseOp.h
16
/** \class
PartialReduxExpr
33
class
PartialReduxExpr
;
37
struct traits<
PartialReduxExpr
<MatrixType, MemberOp, Direction> >
68
class
PartialReduxExpr
: internal::no_assignment_operator,
69
public internal::dense_xpr_base<
PartialReduxExpr
<MatrixType, MemberOp, Direction> >::type
73
typedef typename internal::dense_xpr_base<
PartialReduxExpr
>::type Base;
74
EIGEN_DENSE_PUBLIC_INTERFACE(
PartialReduxExpr
)
75
typedef typename internal::traits<
PartialReduxExpr
>::MatrixTypeNested MatrixTypeNested;
76
typedef typename internal::traits<
PartialReduxExpr
>::_MatrixTypeNested _MatrixTypeNested;
78
PartialReduxExpr
(const MatrixType& mat, const MemberOp& func = MemberOp()
[
all
...]
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
211
template<typename MatrixType, typename BinaryOp, int Direction> class
PartialReduxExpr
;
Completed in 213 milliseconds