I am trying to understand if the ordering of columns matters in QR decompsoition.
In general it seems that column ordering won't matter. I guess for SVD or any matrix factorization the way columns and rows are ordered has no effect, i.e. we can jumble up the columns and rows entirely in linear algebra and it wont matter to algorithms.
Am I corrrect? Do orderings matter? Any relevant literature?
Cheers!