Sparse
            
            
            
            
            Returns the index of the component in this
            dense vector that has the smallest absolute
            value.
            
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The index of the component in this DenseVector<T> that has the smallest absolute value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override int AbsoluteMinIndex()Return Value
Int32The index of the component in this DenseVector<T> that has the smallest absolute value.
Remarks
If more than one component has the smallest value, the index of the first occurrence is returned.