LMatrixSubtraction(LMatrix, RMatrix) Operator |
Subtracts an upper triangular matrix from a lower triangular one.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static Matrix operator -(
LMatrix m1,
RMatrix m2
)
Parameters
- m1 LMatrix
- Matrix minuend.
- m2 RMatrix
- Matrix subtrahend.
Return Value
MatrixThe subtraction of the two operands, as a rectangular matrix.
Implements
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also