TridiagonalMatrixSubtraction 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 TridiagonalMatrix operator -(
TridiagonalMatrix A,
TridiagonalMatrix B
)
Public Shared Operator - (
A As TridiagonalMatrix,
B As TridiagonalMatrix
) As TridiagonalMatrix
Request Example
View SourceParameters
- A TridiagonalMatrix
- The left side matrix of the subtraction operator.
- B TridiagonalMatrix
- The right side matrix of the subtraction operator.
Return Value
TridiagonalMatrixA matrix that represents the result of the matrix subtraction.
See Also