- array-T a #!key axesprocedure
Returns a transposed shared array. Equivalent to SRFI-179's array-permute but with an optional permutation argument with a default value.
Similar: ndarray.T
- axes
- Reverses the order of a's axes if not given. Otherwise, a vector of integers: i in the j-th place in the tuple means a’s i-th axis becomes (array-transpose a)’s j-th axis.