Searched defs:scalar_multiple_op (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DFunctors.h463 struct scalar_multiple_op { struct in namespace:Eigen::internal
466 EIGEN_STRONG_INLINE scalar_multiple_op(const scalar_multiple_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_multiple_op
467 EIGEN_STRONG_INLINE scalar_multiple_op(const Scalar& other) : m_other(other) { } function in struct:Eigen::internal::scalar_multiple_op
474 struct functor_traits<scalar_multiple_op<Scalar> >
665 /* If you wonder why doing the pset1() in packetOp() is an optimization check scalar_multiple_op */

Completed in 60 milliseconds