Searched defs:ConstantReturnType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DArrayBase.h103 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType; typedef in class:Eigen::ArrayBase
H A DDenseBase.h238 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType; typedef in class:Eigen::DenseBase
295 static const ConstantReturnType
297 static const ConstantReturnType
299 static const ConstantReturnType
321 static const ConstantReturnType Zero(Index rows, Index cols);
322 static const ConstantReturnType Zero(Index size);
323 static const ConstantReturnType Zero();
324 static const ConstantReturnType Ones(Index rows, Index cols);
325 static const ConstantReturnType Ones(Index size);
326 static const ConstantReturnType One
[all...]
H A DMatrixBase.h119 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType; typedef in class:Eigen::MatrixBase
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h125 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType; typedef in class:Eigen::SparseMatrixBase

Completed in 359 milliseconds