Matrix Operators and Type Conversions |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Matrix, Matrix) | ||
| (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) | ||
| Multiply(Matrix, Matrix) | ||
| Multiply(Matrix, Double) | ||
| Subtraction(Matrix, Matrix) |