Is there a function to permute columns or rows of a matrix in place?

Linking this related post.
For columns it indicates: Base.permutecols!!(A, p)
Should we use for rows: Base.permutecols!!(A', p) ?

1 Like