Click or drag to resize

NMathFunctionsArg(FloatComplexBandMatrix) 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 FloatBandMatrix Arg(
	FloatComplexBandMatrix A
)

Parameters

A  FloatComplexBandMatrix
A matrix.

Return Value

FloatBandMatrix
The given matrix.
See Also