Click or drag to resize

NMathFunctionsArg(FloatComplexMatrix) Method

Returns a real matrix whose values are the arguments of the corresponding complex matrix entries.

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

Parameters

A  FloatComplexMatrix
A complex matrix.

Return Value

FloatMatrix
A matrix of arguments.
See Also