Dip  0.92.4
Functions
sym_qsort.h File Reference

Go to the source code of this file.

Functions

void qsort_i (int *bot, int nmemb)
 
void qsort_id (int *bot, double *botd, int nmemb)
 
void qsort_ic (int *bot, char *botc, int nmemb)
 
void qsort_ii (int *bot, int *bota, int nmemb)
 
void qsort_di (double *botd, int *boti, int nmemb)
 
int sym_gcd (int i1, int i2)
 
double d_gap (double obj_ub, double obj_lb, double obj_offset, char obj_sense)
 

Function Documentation

void qsort_i ( int *  bot,
int  nmemb 
)
void qsort_id ( int *  bot,
double *  botd,
int  nmemb 
)
void qsort_ic ( int *  bot,
char *  botc,
int  nmemb 
)
void qsort_ii ( int *  bot,
int *  bota,
int  nmemb 
)
void qsort_di ( double *  botd,
int *  boti,
int  nmemb 
)
int sym_gcd ( int  i1,
int  i2 
)
double d_gap ( double  obj_ub,
double  obj_lb,
double  obj_offset,
char  obj_sense 
)