Skip to main content

multiply_accumulate

Function multiply_accumulate 

Source
pub(crate) fn multiply_accumulate<T: Copy + Mul<T, Output = T> + Add<T, Output = T> + MulAdd<T, Output = T>>(
    acc: T,
    a: T,
    b: T,
) -> T