BlockVector<T>.AbsoluteMaxIndex Method

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override int AbsoluteMaxIndex()

Return Value

Int32
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.

See Also