Template Function wt::m::eft::two_prod(wide_vector<W, N, Q>&, const wide_vector<W, N, Q>&, const wide_vector<W, N, Q>&)¶
Defined in File math.hpp
Function Documentation¶
-
template<Quantity Q, std::size_t W, std::size_t N>
inline auto wt::m::eft::two_prod(wide_vector<W, N, Q> &err, const wide_vector<W, N, Q> &a, const wide_vector<W, N, Q> &b) noexcept¶ EFT SIMD helper, computes the product
a*b
; stores the computation error inerr
.