arguments: m:SparseMutableMatrix lo:int hi:int perm:intarray >> .
Permute the columns lo..hi of 'm' using the elements perm[0]..perm[hi-lo+1]. That is, column c is moved to column perm[c-lo].