Function Reference
— Built-in Function: ipermute (a, iperm)

The inverse of the permute function. The expression

          ipermute (permute (a, perm), perm)

returns the original array a.

See also: permute