Home | History | Annotate | Download | only in SparseCore

Lines Matching defs:Scalar

97     typedef typename traits<CwiseBinaryXpr>::Scalar Scalar;
124 m_value = m_functor(m_lhsIter.value(), Scalar(0));
130 m_value = m_functor(Scalar(0), m_rhsIter.value());
141 EIGEN_STRONG_INLINE Scalar value() const { return m_value; }
153 Scalar m_value;
163 typedef typename CwiseBinaryXpr::Scalar Scalar;
197 EIGEN_STRONG_INLINE Scalar value() const { return m_functor(m_lhsIter.value(), m_rhsIter.value()); }
217 typedef typename CwiseBinaryXpr::Scalar Scalar;
235 EIGEN_STRONG_INLINE Scalar value() const
258 typedef typename CwiseBinaryXpr::Scalar Scalar;
276 EIGEN_STRONG_INLINE Scalar value() const