Yet Another eXchange Tool
0.9.0
|
Go to the source code of this file.
Variables | |
void(* | xt_sort_int )(int *a, size_t n) = xt_quicksort_int |
void(* | xt_sort_index )(Xt_int *a, int n, int *idx, int reset_index) = xt_quicksort_index |
void(* | xt_sort_idxpos )(idxpos_type *v, size_t n) = xt_quicksort_idxpos |
void(* | xt_sort_int_permutation )(int a[], size_t n, int permutation[]) = xt_quicksort_int_permutation |
Definition in file xt_sort.c.
void(* xt_sort_idxpos) (idxpos_type *v, size_t n) | ( | idxpos_type * | v, |
size_t | n | ||
) | = xt_quicksort_idxpos |
void(* xt_sort_index) (Xt_int *a, int n, int *idx, int reset_index) | ( | Xt_int * | a, |
int | n, | ||
int * | idx, | ||
int | reset_index | ||
) | = xt_quicksort_index |
void(* xt_sort_int) (int *a, size_t n) | ( | int * | a, |
size_t | n | ||
) | = xt_quicksort_int |
void(* xt_sort_int_permutation) (int a[], size_t n, int permutation[]) | ( | int | a[], |
size_t | n, | ||
int | permutation[] | ||
) | = xt_quicksort_int_permutation |