MatrixTAdd Method |
| Name | Description | |
|---|---|---|
| Add(T) | Adds a scalar to each element of the matrix. | |
| Add(MatrixT) | Adds another matrix to this matrix. | |
| Add(T, MatrixT) | Adds a scalar to each element of the matrix and stores the result in the result matrix. | |
| Add(MatrixT, MatrixT) | Adds another matrix to this matrix. |