pub fn mul_invert_array<const N: usize>(a: &[f32; N]) -> [f32; N]
Calculate the multiplicative invert of an array (sum of each row equals to 1.0)