@d4c/numjs
    Preparing search index...

    Function flip

    • Reverse the order of elements in an array along the given axis. The shape of the array is preserved, but the elements are reordered. New in version 0.15.0.

      Parameters

      Returns NdArray

      A view of m with the entries of axis reversed. Since a view is returned, this operation is done in constant time.