SymmetricMatrixSubtraction Operator |
Matrix subtraction.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static SymmetricMatrix operator -(
SymmetricMatrix A,
SymmetricMatrix B
)
Public Shared Operator - (
A As SymmetricMatrix,
B As SymmetricMatrix
) As SymmetricMatrix
Request Example
View SourceParameters
- A SymmetricMatrix
- The left side matrix of the subtraction operator.
- B SymmetricMatrix
- The right side matrix of the subtraction operator.
Return Value
SymmetricMatrixA matrix that represents the result of the matrix subtraction.
See Also