Searched defs:dot_product_maker (Results 1 – 1 of 1) sorted by relevance
33 struct dot_product_maker struct35 typedef typename select_coordinate_type<P1, P2>::type coordinate_type;37 static inline coordinate_type apply(P1 const& p1, P2 const& p2) in apply()45 struct dot_product_maker<P1, P2, DimensionCount, DimensionCount> struct47 typedef typename select_coordinate_type<P1, P2>::type coordinate_type;49 static inline coordinate_type apply(P1 const& p1, P2 const& p2) in apply()