Skip to main content

norm_f32_into

Function norm_f32_into 

Source
pub fn norm_f32_into(a: &[f32], out: &mut Vec<f32>)
Expand description

a scaled to unit L2 magnitude into out; a itself when its magnitude is zero.