Click or drag to resize

NMathFunctionsArg(DoubleComplexTriDiagMatrix) 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 DoubleTriDiagMatrix Arg(
	DoubleComplexTriDiagMatrix A
)

Parameters

A  DoubleComplexTriDiagMatrix
A matrix.

Return Value

DoubleTriDiagMatrix
The given matrix.
See Also