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

  /external/eigen/Eigen/src/plugins/
MatrixCwiseBinaryOps.h 88 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar,Scalar>, const Derived, const ConstantReturnType>
114 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar,Scalar>, const Derived, const ConstantReturnType>
136 typedef CwiseBinaryOp<internal::scalar_cmp_op<Scalar,Scalar,internal::cmp_EQ>, const Derived, const ConstantReturnType> CwiseScalarEqualReturnType;
  /external/eigen/Eigen/src/Core/
Select.h 137 inline const Select<Derived,ThenDerived, typename ThenDerived::ConstantReturnType>
141 return Select<Derived,ThenDerived,typename ThenDerived::ConstantReturnType>(
152 inline const Select<Derived, typename ElseDerived::ConstantReturnType, ElseDerived >
156 return Select<Derived,typename ElseDerived::ConstantReturnType,ElseDerived>(
DenseBase.h 262 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
328 EIGEN_DEVICE_FUNC static const ConstantReturnType
330 EIGEN_DEVICE_FUNC static const ConstantReturnType
332 EIGEN_DEVICE_FUNC static const ConstantReturnType
354 EIGEN_DEVICE_FUNC static const ConstantReturnType Zero(Index rows, Index cols);
355 EIGEN_DEVICE_FUNC static const ConstantReturnType Zero(Index size);
356 EIGEN_DEVICE_FUNC static const ConstantReturnType Zero();
357 EIGEN_DEVICE_FUNC static const ConstantReturnType Ones(Index rows, Index cols);
358 EIGEN_DEVICE_FUNC static const ConstantReturnType Ones(Index size);
359 EIGEN_DEVICE_FUNC static const ConstantReturnType Ones()
    [all...]
CwiseNullaryOp.h 173 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
195 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
211 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
426 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
449 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
466 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
556 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
579 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
596 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
ArrayBase.h 86 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
MatrixBase.h 107 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 130 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType;

Completed in 187 milliseconds