Testing module for the various sorting routines in GKlib. More...
#include <GKlib.h>
Go to the source code of this file.
Macros | |
#define | N 10000 |
Functions | |
int | main () |
void | test_dkvsort () |
void | test_fkvsort () |
void | test_fsort () |
void | test_idxkvsort () |
void | test_idxsort () |
void | test_ikvsort () |
void | test_isort () |
void | test_skvsort () |
Testing module for the various sorting routines in GKlib.
$Id: gksort.c 11058 2011-11-10 00:02:50Z karypis $
Definition in file gksort.c.
void test_dkvsort | ( | ) |
void test_fkvsort | ( | ) |
void test_idxkvsort | ( | ) |
void test_idxsort | ( | ) |
void test_ikvsort | ( | ) |