To transpose an array, NumPy just swaps the shape and stride information for each axis. Here are the strides: >>> arr.strides (64, 32, ...
確定! 回上一頁