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

/external/eigen/Eigen/src/Core/
H A DFunctors.h478 struct scalar_multiple2_op { struct in namespace:Eigen::internal
480 EIGEN_STRONG_INLINE scalar_multiple2_op(const scalar_multiple2_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_multiple2_op
481 EIGEN_STRONG_INLINE scalar_multiple2_op(const Scalar2& other) : m_other(other) { } function in struct:Eigen::internal::scalar_multiple2_op
486 struct functor_traits<scalar_multiple2_op<Scalar1,Scalar2> >

Completed in 228 milliseconds