Click or drag to resize

DoubleComplexLowerTriMatrixNegate Method

Negation operator.

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

Parameters

A  DoubleComplexLowerTriMatrix
A lower triangular matrix.

Return Value

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