Sorting/buildDoubleBasedInput.h

Go to the documentation of this file.
00001 
00011 #ifndef BUILD_DOUBLE_BASED_INPUT_H
00012 #define BUILD_DOUBLE_BASED_INPUT_H
00013 
00015 extern double **values;
00016 
00023 extern void sortPointers (double **values, int n, 
00024                           int (*doubleComp) (double *a1, double *a2));
00025 
00029 #define ELEMENT_SIZE sizeof(double)
00030 
00031 #endif  
Algorithm Development Kit 1.0