Skip to content

Function sqrdiff

function sqrdiff(const T1 &, const T2 &) simd

template <typename T1, typename T2>
constexpr inline std::common_type_t<T1, T2> sqrdiff(const T1& x, const T2& y) { … }

Returns square of the difference of two arguments.

Fully qualified name: kfr::sqrdiff(const T1 &, const T2 &)

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