Click or drag to resize

FloatBandMatrixUnaryNegation Operator

Negation operator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatBandMatrix operator -(
	FloatBandMatrix A
)

Parameters

A  FloatBandMatrix
A banded matrix.

Return Value

FloatBandMatrix
A new banded matrix B where B[i,j] = -A[i,j].
See Also