Click or drag to resize

DoubleComplexBandMatrixNegate Method

Negation operator.

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

Parameters

A  DoubleComplexBandMatrix
A lower triangular matrix.

Return Value

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