Click or drag to resize

FloatComplexTriDiagMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  FloatComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

FloatComplexTriDiagMatrix
A new tridiagonal matrix B where B[i,j] = -A[i,j].
See Also