MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
csort.h
Go to the documentation of this file.
1 
6 int ssort(int *indices, int count, int flag);
7 
8 #if OPENMP
9 int omp_psort(int *indices, int count, int flag);
10 #endif
11 
12 int sorted(int *indices, int count);
13 
14 int monotony(int *indices, int count);