Click or drag to resize

SymmetricBandMatrixSubtraction Operator

Matrix subtraction.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SymmetricBandMatrix operator -(
	SymmetricBandMatrix A,
	SymmetricBandMatrix B
)
Request Example View Source

Parameters

A  SymmetricBandMatrix
The left side matrix of the subtraction operator.
B  SymmetricBandMatrix
The right side matrix of the subtraction operator.

Return Value

SymmetricBandMatrix
A matrix that represents the result of the matrix subtraction.
See Also