Searched defs:NullaryExpr (Results 1 - 1 of 1) sorted by last modified time

/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h49 * See DenseBase::NullaryExpr(Index,const CustomNullaryOp&) for an example binding
57 * \sa class CwiseUnaryOp, class CwiseBinaryOp, DenseBase::NullaryExpr
109 DenseBase<Derived>::NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func) function in class:Eigen::DenseBase
135 DenseBase<Derived>::NullaryExpr(Index size, const CustomNullaryOp& func) function in class:Eigen::DenseBase
154 DenseBase<Derived>::NullaryExpr(const CustomNullaryOp& func) function in class:Eigen::DenseBase
176 return DenseBase<Derived>::NullaryExpr(rows, cols, internal::scalar_constant_op<Scalar>(value));
198 return DenseBase<Derived>::NullaryExpr(size, internal::scalar_constant_op<Scalar>(value));
215 return DenseBase<Derived>::NullaryExpr(RowsAtCompileTime, ColsAtCompileTime, internal::scalar_constant_op<Scalar>(value));
227 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,PacketScalar>(low,high,size));
240 return DenseBase<Derived>::NullaryExpr(Derive
[all...]

Completed in 303 milliseconds