Calculates the index of the minimum absolute value of a given vector's elements. Absolute value rank is calculated using L1 norm l1(c) = c.real + c.imag

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

Syntax

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

See Also