pub fn matrix_div_elems(a: &Matrix, b: &Matrix) -> Result<Matrix>
Divides the a matrix elements by the b matrix.
a
b