RMatrixAddition Operator |
| Name | Description | |
|---|---|---|
| Addition(Double, RMatrix) | Adds a scalar value to an upper triangular matrix. | |
| Addition(RMatrix, LMatrix) | Adds an upper triangular matrix and a lower triangular one. | |
| Addition(RMatrix, RMatrix) | Sums two upper matrices with the same size. | |
| Addition(RMatrix, Double) | Adds a scalar value to an upper triangular matrix. |