Click or drag to resize

FloatComplexMatrixNegate Method

Negation operator.

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

Parameters

A  FloatComplexMatrix
A matrix.

Return Value

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