Function multiply_add

Source
pub fn multiply_add<S: Sample>(a: &[S], b: &[S], output: &mut [S])
where S::Simd: Mul<Output = S::Simd>,
Expand description

Element-wise multiply two slices and write to output using SIMD.