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.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static int MinAbs1Index( DoubleComplexVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MinAbs1Index ( _ v As DoubleComplexVector _ ) As Integer |
| Visual C++ |
|---|
public: static int MinAbs1Index( DoubleComplexVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.DoubleComplexVector
A vector.