Click or drag to resize

MatrixSubtraction Operator

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