Click or drag to resize

DoubleMatrixNegate Method

Negation operator.

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

Parameters

A  DoubleMatrix
A matrix.

Return Value

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