Calculates the index of the maximum value of a given vector's elements. An elements rank is calculated using the euclidean norm

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static int MaxAbsIndex(
	DoubleComplexVector v
)
Visual Basic (Declaration)
Public Shared Function MaxAbsIndex ( _
	v As DoubleComplexVector _
) As Integer
Visual C++
public:
static int MaxAbsIndex(
	DoubleComplexVector^ v
)

Return Value

Absolute index.

See Also