MatrixAddition Operator |
Name | Description | |
---|---|---|
Addition(Double, Matrix) |
Adds a scalar to each element of the matrix and returns the result.
| |
Addition(Matrix, Matrix) |
Adds two matrices together and returns the result.
| |
Addition(Matrix, Double) |
Adds a scalar to each element of the matrix and returns the result.
|