pub fn matrix_sub(a: &Matrix, b: &Matrix) -> Result<Matrix>
Subtracts the b matrix from the a matrix.
b
a