Click or drag to resize

NMathFunctionsArg(DoubleComplexUpperTriMatrix) 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 DoubleUpperTriMatrix Arg(
	DoubleComplexUpperTriMatrix A
)

Parameters

A  DoubleComplexUpperTriMatrix
A matrix.

Return Value

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