pub fn sub_slices(a: &[f32], b: &[f32]) -> Vec<f32>
Element-wise subtraction: result[i] = a[i] - b[i].
result[i] = a[i] - b[i]