Question: How to sort a list of column vectors based on their norm?

I need to sort a list of vectors, so that the vectors which have a norm of 1 come first (the order of remaining vectors is irrelevant). What would be an efficient way to do that?

Please Wait...