ComposedComplexVector<T>.AbsoluteMaxIndex Method

Returns the index of the component in this ComposedComplexVector<T> that has the largest absolute value.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override int AbsoluteMaxIndex()

Return Value

Int32
The index of the component in this ComposedComplexVector<T> that has the largest absolute value.

Remarks

This method uses the level 1 BLAS routine IDAMAX.

See Also