analysis/
mg_sort.pro
An alternative to IDL's SORT function that employs a
radix-sort algorithm. This
algorithm is stable but slower than the
quicksort algorithm used in IDL's
SORT
function.
Author information
- History
Derived from code by Atle Borsholm, VIS, 2012
Routines
Routines from mg_sort.pro
result = mg_sort_strings(data)
Handle special case of sorting string arrays.
result = mg_sort(data [, radix=int])
Radix sort input data.
Routine details
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 55 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.