HomeSort by relevance Sort by last modified time
    Searched refs:NullaryExpr (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
Random.h 51 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>());
CwiseNullaryOp.h 30 * \sa class CwiseUnaryOp, class CwiseBinaryOp, DenseBase::NullaryExpr()
117 DenseBase<Derived>::NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func)
140 DenseBase<Derived>::NullaryExpr(Index size, const CustomNullaryOp& func)
159 DenseBase<Derived>::NullaryExpr(const CustomNullaryOp& func)
181 return DenseBase<Derived>::NullaryExpr(rows, cols, 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(size, internal::linspaced_op<Scalar,true>(low,high,size))
    [all...]
DenseBase.h 326 NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func);
329 NullaryExpr(Index size, const CustomNullaryOp& func);
332 NullaryExpr(const CustomNullaryOp& func);

Completed in 27 milliseconds