iqsort.h File Reference


Functions

template<class e_type>
void insertion_sort (e_type *array, size_t nmemb)
template<class e_type>
void median_estimate (e_type *array, size_t n)
template<class e_type>
void qloop (e_type *array, size_t nmemb, size_t d)
template<class e_type>
void heapsort (e_type *array, size_t nmemb)
template<class e_type>
int sorted (e_type *array, size_t nmemb)
template<class e_type>
int rev_sorted (e_type *array, size_t nmemb)
template<class e_type>
void rev_array (e_type *array, size_t nmemb)
template<class e_type>
void iqsort (e_type *array, size_t nmemb)


Function Documentation

void insertion_sort ( e_type *  array,
size_t  nmemb 
) [inline]

void median_estimate ( e_type *  array,
size_t  n 
) [inline]

void qloop ( e_type *  array,
size_t  nmemb,
size_t  d 
) [inline]

void heapsort ( e_type *  array,
size_t  nmemb 
) [inline]

int sorted ( e_type *  array,
size_t  nmemb 
) [inline]

int rev_sorted ( e_type *  array,
size_t  nmemb 
) [inline]

void rev_array ( e_type *  array,
size_t  nmemb 
) [inline]

void iqsort ( e_type *  array,
size_t  nmemb 
) [inline]


Online Library Docs

sipXecs home page

Version 4.2.1-018930 2010-07-31T01:13:23 build16 abuild