Returns the index of the component in this instance that has the largest absolute value.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function AbsoluteMaxIndex As Integer
C#
public override int AbsoluteMaxIndex ()
C++
public:
virtual int AbsoluteMaxIndex () override

Return Value

The index of the component in this instance that has the largest absolute value.

Remarks

If more than one component has the largest value, the index of the first occurrance is returned.