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