Searched defs:NullaryOp (Results 1 - 1 of 1) 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...]

Completed in 188 milliseconds