Function idamax

  • finds the index of the element with maximum absolute value.

    Parameters

    • n: number
    • x: Float64Array
    • incx: number

    Returns number

Generated using TypeDoc