(git:ccc2433)
cp_array_sort.F File Reference

Go to the source code of this file.

Modules

module  cp_array_sort
 Routine for sorting an array.
 

Functions/Subroutines

subroutine, public cp_array_sort::cp_1d_s_sort (arr, n, indices)
 Sorts an array inplace using a combination of merge- and bubble-sort. It also returns the indices, which the elements had before the sort. More...
 
subroutine, public cp_array_sort::cp_1d_r_sort (arr, n, indices)
 Sorts an array inplace using a combination of merge- and bubble-sort. It also returns the indices, which the elements had before the sort. More...
 
subroutine, public cp_array_sort::cp_1d_i4_sort (arr, n, indices)
 Sorts an array inplace using a combination of merge- and bubble-sort. It also returns the indices, which the elements had before the sort. More...
 
subroutine, public cp_array_sort::cp_1d_i8_sort (arr, n, indices)
 Sorts an array inplace using a combination of merge- and bubble-sort. It also returns the indices, which the elements had before the sort. More...