Click or drag to resize

DoubleComplexUpperTriMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleComplexUpperTriMatrix
an upper triangular matrix.

Return Value

DoubleComplexUpperTriMatrix
A new upper triangular matrix B where B[i,j] = -A[i,j].
See Also