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