This documentation is compiled for the latest release of Mathos Core Library
Top
The Matrix type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition(Int32, Matrix) |
The plus operator
| |
| Addition(Matrix, Matrix) |
The plus operator
| |
| Addition(Matrix, Int32) |
The plus operator
| |
| Division |
The division operator
| |
| Equality |
The comparsion operator
| |
| (Double to Matrix) |
The Matrix initialization of a jagged array of doubles
| |
| Inequality |
The not-comparsion operator
| |
| Multiply(Int32, Matrix) |
The multiplication operator
| |
| Multiply(Matrix, Matrix) |
The multiplication operator
| |
| Multiply(Matrix, Int32) |
The multiplication operator
| |
| Subtraction(Int32, Matrix) |
The minus operator
| |
| Subtraction(Matrix, Matrix) |
The minus operator
| |
| Subtraction(Matrix, Int32) |
The minus operator
|
See Also