Function idsp::macc[][src]

pub fn macc<T>(y0: T, x: &[T], a: &[T]) -> T where
    T: Add<Output = T> + Mul<Output = T> + Copy