On Wed, Aug 19, 2015 at 1:10 PM, Feng Yu wrote:
> Dear list,
>
> This is forwarded from issue 6217
> https://github.com/numpy/numpy/issues/6217
>
> "What is the way to implement DESC ordering in the sorting routines of
> numpy?"
>
> (I am borrowing DESC/ASC from the SQL notation)
>
> For a stable
Dear list,
This is forwarded from issue 6217 https://github.com/numpy/numpy/issues/6217
"What is the way to implement DESC ordering in the sorting routines of numpy?"
(I am borrowing DESC/ASC from the SQL notation)
For a stable DESC ordering sort, one can not revert the sorted array via
argsor