Skip to main content

subtract_f32

Function subtract_f32 

Source
pub fn subtract_f32(out: &mut [f32], a: &[f32], b: &[f32])
Expand description

Subtract arrays element-wise: out[i] = a[i] - b[i]