Negation operator.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatComplexUpperTriMatrix Negate( FloatComplexUpperTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Negate ( _ A As FloatComplexUpperTriMatrix _ ) As FloatComplexUpperTriMatrix |
| Visual C++ |
|---|
public: static FloatComplexUpperTriMatrix^ Negate( FloatComplexUpperTriMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatComplexUpperTriMatrix
an upper triangular matrix.