Searched refs:NullaryExpr (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DRandom.h51 return NullaryExpr(rows, cols, internal::scalar_random_op<Scalar>());
78 return NullaryExpr(size, internal::scalar_random_op<Scalar>());
99 return NullaryExpr(RowsAtCompileTime, ColsAtCompileTime, internal::scalar_random_op<Scalar>());
H A DCwiseNullaryOp.h30 * \sa class CwiseUnaryOp, class CwiseBinaryOp, DenseBase::NullaryExpr()
117 DenseBase<Derived>::NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func) function in class:Eigen::DenseBase
140 DenseBase<Derived>::NullaryExpr(Index size, const CustomNullaryOp& func) function in class:Eigen::DenseBase
159 DenseBase<Derived>::NullaryExpr(const CustomNullaryOp& func) function in class:Eigen::DenseBase
181 return DenseBase<Derived>::NullaryExpr(nbRows, nbCols, internal::scalar_constant_op<Scalar>(value));
203 return DenseBase<Derived>::NullaryExpr(size, internal::scalar_constant_op<Scalar>(value));
220 return DenseBase<Derived>::NullaryExpr(RowsAtCompileTime, ColsAtCompileTime, internal::scalar_constant_op<Scalar>(value));
245 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,false>(low,high,size));
258 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,false>(low,high,Derived::SizeAtCompileTime));
279 return DenseBase<Derived>::NullaryExpr(siz
[all...]
H A DDenseBase.h313 NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func);
316 NullaryExpr(Index size, const CustomNullaryOp& func);
319 NullaryExpr(const CustomNullaryOp& func);

Completed in 181 milliseconds