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

  /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 238 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Derived> ConstantReturnType;
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 Ones()
    [all...]
CwiseNullaryOp.h 178 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
200 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
216 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
427 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
450 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
467 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
556 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
579 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
596 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType
SelfCwiseBinaryOp.h 175 SelfCwiseBinaryOp<internal::scalar_product_op<Scalar>, Derived, typename PlainObject::ConstantReturnType> tmp(derived());
187 SelfCwiseBinaryOp<BinOp, Derived, typename PlainObject::ConstantReturnType> tmp(derived());
ArrayBase.h 103 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/plugins/
MatrixCwiseBinaryOps.h 83 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, const ConstantReturnType>
107 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, const ConstantReturnType>
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 216 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
225 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
234 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
243 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
252 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
261 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
Cwise.h 30 typename ExpressionType::ConstantReturnType >
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 125 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType;

Completed in 384 milliseconds