Click or drag to resize

FloatMatrixNegate Method

Negation operator.

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

Parameters

A  FloatMatrix
A matrix.

Return Value

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