Private #valuesThe number of columns in the Matrix.
The number of rows in the Matrix.
Converts the Matrix to a string representation. Same as toString().
Valies in the Matrix in the form values[row][col].
Multiplies the Matrix with another Matrix. Returns null if the matrices cannot be multiplied. 
Matrices cannot be multiplied if the number of columns in the Matrix do not equal the number of rows in the Matrix being multiplied with.
Generated using TypeDoc
An NxM matrix.