hp2FEM
0.1
|
Testing module for the various sorting routines in GKlib. More...
#include <GKlib.h>
Defines | |
#define | N 10000 |
Functions | |
void | test_isort () |
void | test_fsort () |
void | test_idxsort () |
void | test_ikvsort () |
void | test_fkvsort () |
void | test_dkvsort () |
void | test_skvsort () |
void | test_idxkvsort () |
int | main () |
Testing module for the various sorting routines in GKlib.
$Id: gksort.c 4761 2008-06-14 14:28:49Z karypis $
void test_dkvsort | ( | ) |
Testing module for gk_?dkvsort() routine
void test_fkvsort | ( | ) |
Testing module for gk_?fkvsort() routine
void test_fsort | ( | ) |
Testing module for gk_?fsort() routine
void test_idxkvsort | ( | ) |
Testing module for gk_?idxkvsort() routine
void test_idxsort | ( | ) |
Testing module for gk_?idxsort() routine
void test_ikvsort | ( | ) |
Testing module for gk_?ikvsort() routine
void test_isort | ( | ) |
Testing module for gk_?isort() routine
void test_skvsort | ( | ) |
Testing module for gk_?skvsort() routine