Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_multiple2_op

478 struct scalar_multiple2_op {
480 EIGEN_STRONG_INLINE scalar_multiple2_op(const scalar_multiple2_op& other) : m_other(other.m_other) { }
481 EIGEN_STRONG_INLINE scalar_multiple2_op(const Scalar2& other) : m_other(other) { }
486 struct functor_traits<scalar_multiple2_op<Scalar1,Scalar2> >