Function final_rootmean¶
function final_rootmean(T, size_t) base¶
template <typename T>
KFR_INTRINSIC T final_rootmean(T value, size_t size) Finalizer for rms .
Divides the accumulated sum of squares by the number of elements and takes the square root.
| value | Accumulated sum of squares. |
| size | Number of elements. |
| The root mean square. |
Fully qualified name: kfr::final_rootmean(T, size_t)
Declared at base/reduce.hpp:62
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.