Matrix Operators
Operators
Equality(Matrix, Matrix) | Returns a boolean indicating whether the given matrices are equal. |
Inequality(Matrix, Matrix) | Returns a boolean indicating whether the given matrices are not equal. |
Multiply(Matrix, Matrix) | Multiplies two matrices together and returns the resulting matrix. |
UnaryNegation(Matrix) | Negates the given matrix by multiplying all values by -1. |