Hi all!

I have a big sparse matrix and I need to flip it in the following manner:
Anew = fliplr(flipud(A'))
apparently this operation is very slow... Any ideas to improve it? Is there 
a smarter equivalent approach?

I thank you for your help!
Niccolo'

Reply via email to