@d4c/numjs
    Preparing search index...

    Function rot90

    • Rotate an array by 90 degrees in the plane specified by axes. Rotation direction is from the first towards the second axis. New in version 0.15.0.

      Parameters

      • m: ArbDimNumArray | NdArray

        array_like

      • k: number = 1

        Number of times the array is rotated by 90 degrees.

      • axes: number[] | NdArray = ...

        Default [0, 1]. The array is rotated in the plane defined by the axes. Axes must be different.

      Returns NdArray

      A rotated view of m.