Home
last modified time | relevance | path

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

/third_party/boost/tools/build/example/qt/qt4/hello/
Darrow.cpp48 double dot_product = a1*b1 + a2*b2; in draw_arrow() local
/third_party/boost/boost/geometry/srs/projections/proj/
Dhealpix.hpp369 inline void dot_product(const T1 a[2][2], const T2 b[2], T2 ret[2]) in dot_product() function