Skip to main content

subtract_f64

Function subtract_f64 

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

Subtract arrays element-wise: out[i] = a[i] - b[i] (f64 version)