pub fn norm_f32_into(a: &[f32], out: &mut Vec<f32>)
a scaled to unit L2 magnitude into out; a itself when its magnitude is zero.
a
out