Home
last modified time | relevance | path

Searched defs:dot_product_maker (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Ddot_product.hpp33 struct dot_product_maker struct
35 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> struct
47 typedef typename select_coordinate_type<P1, P2>::type coordinate_type;
49 static inline coordinate_type apply(P1 const& p1, P2 const& p2) in apply()