MatrixTAddition Operator |
| Name | Description | |
|---|---|---|
| Addition(T, MatrixT) | Adds a scalar to each element of the matrix. | |
| Addition(MatrixT, T) | Adds a scalar to each element of the matrix. | |
| Addition(MatrixT, MatrixT) | Adds two matrices together and returns the results. |