Function div_scalar_mut

Source
pub fn div_scalar_mut<E, R, const N: usize>(r: &mut R, a: E)
where R: VectorIterMut<E, N>, E: NdFloat,