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