Click or drag to resize

RectangularMatrixUnaryNegation Operator

Negates a real, rectangular matrix.

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

Parameters

A
Type: Meta.Numerics.MatricesRectangularMatrix
The matrix.

Return Value

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