Internal routine to sort an integer array. More...
Functions | |
| int | AL_Sort_ (int n, int *in, int *ind) |
Internal routine to sort an integer array
| int AL_Sort_ | ( | int | n, |
| int * | in, | ||
| int * | ind | ||
| ) |
Sort and array of integers
This is a really simple implementation, since we do not really use this for large arrays.
| [in] | n | size of input array (integer) |
| [in] | in | input array |
| [in] | ind | array of the sorted index arrays (max to min) |
1.8.2