Returns the index of the component in this
DenseVector that has the largest absolute
value.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override int AbsoluteMaxIndex()
Public Overrides Function AbsoluteMaxIndex As Integer
public:
virtual int AbsoluteMaxIndex() override
abstract AbsoluteMaxIndex : unit -> int
override AbsoluteMaxIndex : unit -> int
Return Value
Type:
Int32The index of the component in this
DenseVector that has the largest absolute
value.
This method uses the level 1 BLAS routine IDAMAX.
If more than one component has the largest value,
the index of the first occurrance is returned.
Numerical Libraries
Supported in: 5.x, 4.x
Reference