Click or drag to resize

NMathFunctionsArg(FloatSymBandMatrix) Method

Returns the complex arguments of a given matrix's elements. In this case, there is no imaginary part, so this method simply returns the given matrix.

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

Parameters

A  FloatSymBandMatrix
A symmetric banded matrix.

Return Value

FloatSymBandMatrix
The given matrix.
See Also