div_scalar

Function div_scalar 

Source
pub fn div_scalar<E, R>(r: &mut R, a: E)
where E: NdFloat, R: Indexable<Index = Ix2> + ScalarMut<Scalar = E>,
Expand description

Devide matrix by a scalar.