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