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

/external/eigen/Eigen/src/Core/
H A DFunctors.h208 template<typename LhsScalar,typename RhsScalar> struct scalar_quotient_op { struct in namespace:Eigen::internal
214 EIGEN_EMPTY_STRUCT_CTOR(scalar_quotient_op)
221 struct functor_traits<scalar_quotient_op<LhsScalar,RhsScalar> > {
224 PacketAccess = scalar_quotient_op<LhsScalar,RhsScalar>::Vectorizable
658 template<typename LhsScalar,typename RhsScalar> struct functor_is_product_like<scalar_quotient_op<LhsScalar,RhsScalar> > { enum { ret = 1 }; };

Completed in 75 milliseconds