Yet Another eXchange Tool  0.9.0
Variables
xt_sort.h File Reference
#include <stdlib.h>
#include "xt/quicksort.h"
#include "xt/mergesort.h"
Include dependency graph for xt_sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

void(* xt_sort_int )(int *a, size_t n)
 
void(* xt_sort_index )(Xt_int *a, int n, int *idx, int reset_index)
 
void(* xt_sort_idxpos )(idxpos_type *v, size_t n)
 
void(* xt_sort_int_permutation )(int a[], size_t n, int permutation[])
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_sort.h.

Variable Documentation

◆ xt_sort_idxpos

void(* xt_sort_idxpos) (idxpos_type *v, size_t n) ( idxpos_type v,
size_t  n 
)
extern

Definition at line 57 of file xt_sort.c.

◆ xt_sort_index

void(* xt_sort_index) (Xt_int *a, int n, int *idx, int reset_index) ( Xt_int a,
int  n,
int *  idx,
int  reset_index 
)
extern
Examples
test_sort.c.

Definition at line 55 of file xt_sort.c.

◆ xt_sort_int

void(* xt_sort_int) (int *a, size_t n) ( int *  a,
size_t  n 
)
extern
Examples
test_sort.c, and test_xmap_common_parallel.c.

Definition at line 53 of file xt_sort.c.

◆ xt_sort_int_permutation

void(* xt_sort_int_permutation) (int a[], size_t n, int permutation[]) ( int  a[],
size_t  n,
int  permutation[] 
)
extern

Definition at line 58 of file xt_sort.c.