Returns the complex arguments of a given matrix's elements. In this case, there is
no imaginary part, so this method simply returns the given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleBandMatrix Arg( DoubleBandMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Arg ( _ A As DoubleBandMatrix _ ) As DoubleBandMatrix |
| Visual C++ |
|---|
public: static DoubleBandMatrix^ Arg( DoubleBandMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleBandMatrix
A matrix.