Searched defs:inner_product (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/lambda/ |
D | numeric.hpp | 47 struct inner_product { struct 50 struct sig { 58 operator()(A a, B b, C c, D d) const in operator ()() 63 operator()(A a, B b, C c, D d, E e, F f) const in operator ()()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | inner_product.hpp | 36 inline T inner_product(InputIterator1 first1, in inner_product() function 72 inline T inner_product(InputIterator1 first1, in inner_product() function
|
/third_party/boost/boost/compute/algorithm/ |
D | inner_product.hpp | 36 inline T inner_product(InputIterator1 first1, in inner_product() function 72 inline T inner_product(InputIterator1 first1, in inner_product() function
|
/third_party/boost/boost/range/ |
D | numeric.hpp | 86 inline Value inner_product( in inner_product() function 115 inline Value inner_product( in inner_product() function
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 791 struct inner_product struct 797 struct result<This(R&, I, T)> 802 struct result<This(R&, I, T &)> 808 struct result<This(R&, I, T, C1, C2)> 813 struct result<This(R&, I, T &, C1, C2)> 820 operator()(R& r, I i, T t) const in operator ()() 828 operator()(R& r, I i, T t, C1 c1, C2 c2) const in operator ()()
|