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.h228 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType; typedef in class:Eigen::DenseBase
308 static const ConstantReturnType
310 static const ConstantReturnType
312 static const ConstantReturnType
334 static const ConstantReturnType Zero(Index rows, Index cols);
335 static const ConstantReturnType Zero(Index size);
336 static const ConstantReturnType Zero();
337 static const ConstantReturnType Ones(Index rows, Index cols);
338 static const ConstantReturnType Ones(Index size);
339 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.h122 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType; typedef in class:Eigen::SparseMatrixBase

Completed in 220 milliseconds