pub fn matrix_min(a: &Matrix, b: &Matrix) -> Result<Matrix>
Finds minimum values between the a matrix elements and the b matrix elements.
a
b