Click or drag to resize

DoubleComplexTriDiagMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

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