Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_multiple2_op

470 struct scalar_multiple2_op {
472 EIGEN_STRONG_INLINE scalar_multiple2_op(const scalar_multiple2_op& other) : m_other(other.m_other) { }
473 EIGEN_STRONG_INLINE scalar_multiple2_op(const Scalar2& other) : m_other(other) { }
478 struct functor_traits<scalar_multiple2_op<Scalar1,Scalar2> >