Returns the complex arguments of a given matrix's elements.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  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
)

Return Value

A new matrix containing the complex arguments of A.

See Also