Click or drag to resize

NMathFunctionsArg(DoubleComplexMatrix) Method

Returns the 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 DoubleMatrix Arg(
	DoubleComplexMatrix A
)

Parameters

A  DoubleComplexMatrix
A matrix.

Return Value

DoubleMatrix
The given matrix.
See Also