Calculates the index of the maximum absolute value a given the vector's elements.

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

Syntax

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

Return Value

Absolute maximum index.

See Also