pub fn div_scalar<E, R>(r: &mut R, a: E)where E: NdFloat, R: Indexable<Index = Ix2> + ScalarMut<Scalar = E>,
Devide matrix by a scalar.