Searched defs:CwiseNullaryOp (Results 1 - 1 of 1) sorted by path

/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h15 /** \class CwiseNullaryOp
35 struct traits<CwiseNullaryOp<NullaryOp, PlainObjectType> > : traits<PlainObjectType>
49 class CwiseNullaryOp : internal::no_assignment_operator, class in namespace:Eigen
50 public internal::dense_xpr_base< CwiseNullaryOp<NullaryOp, PlainObjectType> >::type
54 typedef typename internal::dense_xpr_base<CwiseNullaryOp>::type Base;
55 EIGEN_DENSE_PUBLIC_INTERFACE(CwiseNullaryOp)
57 CwiseNullaryOp(Index nbRows, Index nbCols, const NullaryOp& func = NullaryOp()) function in class:Eigen::CwiseNullaryOp
112 * \sa class CwiseNullaryOp
116 EIGEN_STRONG_INLINE const CwiseNullaryOp<CustomNullaryOp, Derived>
119 return CwiseNullaryOp<CustomNullaryO
[all...]

Completed in 238 milliseconds