Click or drag to resize

LMatrixAddition Operator

Overload List
 NameDescription
Public operatorStatic memberAddition(Double, LMatrix)Adds a scalar value to a lower triangular matrix.
Public operatorStatic memberAddition(LMatrix, LMatrix)Sums two lower matrices with the same size.
Public operatorStatic memberAddition(LMatrix, RMatrix)Adds a lower-triangular matrix and an upper-triangular one.
Public operatorStatic memberAddition(LMatrix, Double)Adds a scalar value to a lower triangular matrix.
Top
See Also