Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_multiple_op

455 struct scalar_multiple_op {
458 EIGEN_STRONG_INLINE scalar_multiple_op(const scalar_multiple_op& other) : m_other(other.m_other) { }
459 EIGEN_STRONG_INLINE scalar_multiple_op(const Scalar& other) : m_other(other) { }
466 struct functor_traits<scalar_multiple_op<Scalar> >
669 /* If you wonder why doing the pset1() in packetOp() is an optimization check scalar_multiple_op */