Searched refs:NullaryOp (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h20 * \param NullaryOp template functor implementing the operator
34 template<typename NullaryOp, typename PlainObjectType>
35 struct traits<CwiseNullaryOp<NullaryOp, PlainObjectType> > : traits<PlainObjectType>
40 | (functor_has_linear_access<NullaryOp>::ret ? LinearAccessBit : 0)
41 | (functor_traits<NullaryOp>::PacketAccess ? PacketAccessBit : 0)))
42 | (functor_traits<NullaryOp>::IsRepeatable ? 0 : EvalBeforeNestingBit),
43 CoeffReadCost = functor_traits<NullaryOp>::Cost
48 template<typename NullaryOp, typename PlainObjectType>
50 public internal::dense_xpr_base< CwiseNullaryOp<NullaryOp, PlainObjectType> >::type
57 CwiseNullaryOp(Index nbRows, Index nbCols, const NullaryOp argument
[all...]
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h86 template<typename NullaryOp, typename MatrixType> class CwiseNullaryOp;

Completed in 88 milliseconds