Skip to content

Function hdot

function hdot(const vec<T, N> &, const vec<T, N> &) simd

template <typename T, size_t N>
KFR_INTRINSIC T hdot(const vec<T, N>& x, const vec<T, N>& y)

Computes the dot product of two vectors.

Template parameters
T The element type of the vectors.
N The number of elements in the vectors.
Parameters
x The first vector.
y The second vector.
Returns
The dot product of x and y.

Fully qualified name: kfr::hdot(const vec<T, N> &, const vec<T, N> &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.