Click or drag to resize

NMathFunctionsArg(FloatComplexUpperTriMatrix) 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 FloatUpperTriMatrix Arg(
	FloatComplexUpperTriMatrix A
)

Parameters

A  FloatComplexUpperTriMatrix
A matrix.

Return Value

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