The number of rows in this matrix.
The number of columns in this matrix.
Add two matrices of the same size.
The other matrix.
The sum of the matrices.
Create a copy of this matrix.
A copy of this matrix.
Copy the values of another matrix into this one.
The matrix to copy.
This matrix.
Determine whether or not this matrix is roughly equivalent to another.
The other matrix.
Whether the matrices are equivalent.
Determine whether or not this matrix is exactly equivalent to another.
The other matrix.
Whether the matrices are equivalent.
Multiply this matrix by another.
The other matrix.
The product of the matrices.
Multiply this matrix by a scalar value.
The scalar value.
The product of the matrix and the scalar value.
Add this matrix to another after multiplying the other by a scalar.
The other matrix.
The scalar.
The sum.
Subtract another matrix from this one.
The other matrix.
The difference between the matrices.
Transpose this matrix.
The transpose of this matrix.
A rectangular array of numbers, arranged in rows and columns.
See
Matrix