Function horner¶
function horner(const T1 &, const Ts &...) simd¶
template <numeric T1, numeric... Ts>
constexpr KFR_INTRINSIC std::common_type_t<T1, Ts...> horner(const T1& x, const Ts&... c) { … } Calculate polynomial using Horner's method
Fully qualified name: kfr::horner(const T1 &, const Ts &...)
Declared at simd/operators.hpp:665
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.