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.CoreAssembly: 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 ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.DoubleComplexVector
A vector.