Click or drag to resize

NMathFunctionsMinAbs1Index(DoubleComplexVector) Method

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: 7.4
Syntax
public static int MinAbs1Index(
	DoubleComplexVector v
)

Parameters

v  DoubleComplexVector
A vector.

Return Value

Int32
See Also