Click or drag to resize

LMatrixSubtraction Operator

Overload List
 NameDescription
Public operatorStatic memberSubtraction(Double, LMatrix)Subtracts a lower triangular matrix from a scalar value.
Public operatorStatic memberSubtraction(LMatrix, LMatrix)Subtracts two lower matrices with the same size.
Public operatorStatic memberSubtraction(LMatrix, RMatrix)Subtracts an upper triangular matrix from a lower triangular one.
Public operatorStatic memberSubtraction(LMatrix, Double)Subtracts a scalar value from a lower triangular matrix.
Top
See Also