Sparse Vector<T>.Absolute Max Index Method
Returns the index of the component in this
sparse vector that has the largest absolute
value.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The index of the component in this SparseVector<T> that has the largest absolute value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override int AbsoluteMaxIndex()
Return Value
Int32The index of the component in this SparseVector<T> that has the largest absolute value.
Remarks
This method uses the level 1 BLAS routine IDAMAX.