MatrixAdd Method |
| Name | Description | |
|---|---|---|
| Add(Double) |
Adds the scalar to this matrix and returns the result.
| |
| Add(Matrix) |
Adds the given matrix to this one and returns the result.
| |
| Add(Double, Matrix) |
Adds the scalar to the matrix and writes the result
in another matrix.
| |
| Add(Matrix, Matrix) |
Adds another matrix to this one and writes result
to the given matrix.
|