function hrms(const vec<T, N> &) horizontal¶
template <typename T, size_t N>
KFR_INTRINSIC T hrms(const vec<T, N>& value) Computes the root-mean-square (RMS) of the vector elements.
| T | The element type of the vector. |
| N | The number of elements in the vector. |
| value | The input vector. |
| The RMS value of all elements. |
Defined at simd/horizontal.hpp:221