Click or drag to resize

NMathFunctionsArg(DoubleComplexBandMatrix) 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 DoubleBandMatrix Arg(
	DoubleComplexBandMatrix A
)

Parameters

A  DoubleComplexBandMatrix
A matrix.

Return Value

DoubleBandMatrix
The given matrix.
See Also