all permutations of vector components
y=perms(x)
scalar or vector
matrix
Given a vector x of length n,
perms returns all the permutations of the
n components of x (i.e
n! permutations). The size of y
is n!-by-n.