Click or drag to resize

DoubleUpperTriMatrixNegate Method

Negation operator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleUpperTriMatrix Negate(
	DoubleUpperTriMatrix A
)

Parameters

A  DoubleUpperTriMatrix
an upper triangular matrix.

Return Value

DoubleUpperTriMatrix
A new upper triangular matrix B such that B[i,j] = -A[i,j].
See Also