/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 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));
|
ArrayBase.h | 103 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType;
|
Functors.h | 529 struct scalar_constant_op { struct in namespace:Eigen::internal 531 EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_constant_op 532 EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } function in struct:Eigen::internal::scalar_constant_op 540 struct functor_traits<scalar_constant_op<Scalar> > [all...] |
DenseBase.h | 228 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType;
|
MatrixBase.h | 119 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType;
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 183 template<typename Scalar> struct scalar_constant_op;
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 122 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType;
|