Click or drag to resize

FloatComplexBandMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  FloatComplexBandMatrix
A banded matrix.

Return Value

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