> On Mon, Mar 24, 2014 at 12:08 PM, Alan G Isaac
>> what is the preferred idiom for a descending sort?


On 3/24/2014 12:13 PM, josef.p...@gmail.com wrote:
> adding [::-1] just creates a new view, pretty low cost.


I meant when you need to sort on a key (another vector).

Currently I'm just reversing the result of argsort with [::-1]
but this changes the sort order (relative to a stable descending sort).

Alan Isaac

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to