Matrix Operators |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matrixes.
| |
Division(Matrix, Matrix) | ||
Division(Matrix, Single) |
Divides the elements of a Matrix by a scalar.
| |
Equality |
Compares whether two Matrix instances are equal without any tolerance.
| |
Inequality |
Compares whether two Matrix instances are not equal without any tolerance.
| |
Multiply(Matrix, Matrix) |
Multiplies two matrixes.
| |
Multiply(Matrix, Single) |
Multiplies the elements of matrix by a scalar.
| |
Subtraction | ||
UnaryNegation |
Inverts values in the specified Matrix.
|