Click or drag to resize

DoubleLowerTriMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleLowerTriMatrix
A lower triangular matrix.

Return Value

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