| Name | Description |
---|
 | IndexOfMaxAbsoluteValue(Double[]) | Return the index of the first element with the maximum absolute value in a vector |
 | IndexOfMaxAbsoluteValue(Int32[]) | Return the index of the first element with the maximum absolute value in a vector |
 | IndexOfMaxAbsoluteValue(IReadOnlyList<Double>) | Return the index of the first element with the maximum absolute value in a vector |
 | IndexOfMaxAbsoluteValue(IReadOnlyList<Single>) | Return the index of the first element with the maximum absolute value in a vector |
 | IndexOfMaxAbsoluteValue(Single[]) | Return the index of the first element with the maximum absolute value in a vector |