Hellow,
Is there a way in which you could change, the column order to exactly the opposite.
What I mean is, I want this:
[1,0,2,1,0]
To become this:
[0,1,2,0,1]
I will be useful if it works for both the columns and the rows of a matrix.
Regards,