Click or drag to resize

SquareMatrixUnaryNegation Operator

Negates a real, square matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static SquareMatrix operator -(
	SquareMatrix A
)

Parameters

A
Type: Meta.Numerics.MatricesSquareMatrix
The matrix.

Return Value

Type: SquareMatrix
The matrix -A.
Exceptions
ExceptionCondition
ArgumentNullExceptionA is .
See Also