|
SU2
|
Testing module for the various sorting routines in GKlib. More...
#include <GKlib.h>Macros | |
| #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 11058 2011-11-10 00:02:50Z 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
1.8.12