Click or drag to resize

NMathFunctionsArg(DoubleComplexLowerTriMatrix) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleLowerTriMatrix Arg(
	DoubleComplexLowerTriMatrix A
)

Parameters

A  DoubleComplexLowerTriMatrix
A matrix.

Return Value

DoubleLowerTriMatrix
A new matrix containing the complex arguments of A.
See Also