Function sqrsum¶
function sqrsum(const T1 &, const Ts &...) simd¶
template <typename T1, typename... Ts>
constexpr inline std::common_type_t<T1, Ts...> sqrsum(const T1& x, const Ts&... rest) { … } Square of the sum of all arguments.
CHECK(sqrsum(1,2,3) == 36);
Fully qualified name: kfr::sqrsum(const T1 &, const Ts &...)
Declared at simd/operators.hpp:505
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.