Matrix Operators and Type Conversions |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Matrix, Matrix) | Matrix addition | |
| (Matrix to Double) | Explicit conversion to CLR jagged array without making copy | |
| (Matrix to Double) | Explicit conversion to CLR 2-D array with copy | |
| Multiply(Double, Matrix) | Scalar-matrix multiplication | |
| Multiply(Matrix, Matrix) | Matrix multiplication | |
| Multiply(Matrix, Double) | Matrix-scalar multiplication | |
| Subtraction(Matrix, Matrix) | Matrix subtraction |