Click or drag to resize

DoubleComplexBandMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleComplexBandMatrix
A banded matrix.

Return Value

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