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

  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 57 typedef CwiseUnaryOp<internal::scalar_add_op<Scalar>, ExpressionType> ScalarAddReturnType;
96 const ScalarAddReturnType
100 friend const ScalarAddReturnType
106 const ScalarAddReturnType
CwiseOperators.h 268 inline const typename Cwise<ExpressionType>::ScalarAddReturnType
271 return typename Cwise<ExpressionType>::ScalarAddReturnType(m_matrix, internal::scalar_add_op<Scalar>(scalar));
283 inline const typename Cwise<ExpressionType>::ScalarAddReturnType

Completed in 547 milliseconds