Function hdot¶
function hdot(const vec<T, N> &, const vec<T, N> &) simd¶
Computes the dot product of two vectors.
| T | The element type of the vectors. |
| N | The number of elements in the vectors. |
| x | The first vector. |
| y | The second vector. |
| The dot product of x and y. |
Fully qualified name: kfr::hdot(const vec<T, N> &, const vec<T, N> &)
Declared at simd/horizontal.hpp:188
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.