Matrix Operators |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Matrix, Matrix) | Matrix addition. |
![]() ![]() | Multiply(Double, Matrix) | Scalar-Matrix multiplication. |
![]() ![]() | Multiply(Matrix, Double) | Scalar-Matrix multiplication. |
![]() ![]() | Subtraction(Matrix, Matrix) | Matrix subtraction. |
![]() ![]() | UnaryNegation(Matrix) | Unary minus. |