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
)
Public Shared Operator - (
A As SquareMatrix
) As SquareMatrix
public:
static SquareMatrix^ operator -(
SquareMatrix^ A
)
static let inline (-)
A : SquareMatrix : SquareMatrix
Parameters
- A
- Type: Meta.Numerics.MatricesSquareMatrix
The matrix.
Return Value
Type:
SquareMatrixThe matrix -A.
Exceptions See Also