Transpose of a matrix or permutation of the first two dimensions of an array
transpose(A)
Permutes the first two dimensions of array A. It is an error, if array A does not have at least 2 dimensions.