pub fn vector_scale_f32(a: &[f32], scalar: f32, c: &mut [f32])
Scale every element: c[i] = a[i] * scalar
c[i] = a[i] * scalar
Panics if a and c do not have the same length.
a
c