Returns the complex arguments of a given matrix's elements.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleLowerTriMatrix Arg( DoubleComplexLowerTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Arg ( _ A As DoubleComplexLowerTriMatrix _ ) As DoubleLowerTriMatrix |
| Visual C++ |
|---|
public: static DoubleLowerTriMatrix^ Arg( DoubleComplexLowerTriMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleComplexLowerTriMatrix
A matrix.