Click or drag to resize

DoubleComplexMatrixUnaryNegation Operator

Negation operator.

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

Parameters

A  DoubleComplexMatrix
A matrix.

Return Value

DoubleComplexMatrix
A new matrix B where B[i,j] = -A[i,j].
See Also