jax-js
    Preparing search index...

    Function argsort

    • Return indices that would sort an array. This may be an unstable sorting algorithm; it need not preserve order of indices in ties.

      Returns an array of int32 indices.

      The array is sorted along a specified axis (the last by default).

      Parameters

      Returns Array