Transpose
transposes rows and columns in the matrix
m
.
transposes rows and columns in the
tensor
according topermutation-list
. Iftensor
is aSparseArray
the result will also be aSparseArray
.
See:
Examples
Implementation status
- ✅ - full supported