Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.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
ComposedComplexVectorT 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: 6.0
Reference