An (NxM) Matrix.
must be a square 2d array of values
The number of columns in the matrix.
The number of rows in the matrix.
A value within the Matrix at row, col.
Matrix subtraction of two Matrixes.
Matrix addition of two Matrixes.
Matrix multiplication of two Matrixes.