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