Click or drag to resize

DoubleTriDiagMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleTriDiagMatrix
A tridiagonal matrix.

Return Value

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