SU2
Macros | Functions
gksort.c File Reference

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 ()
 

Detailed Description

Testing module for the various sorting routines in GKlib.

Date
Started 4/4/2007
Author
George
Version
$Id: gksort.c 11058 2011-11-10 00:02:50Z karypis $ 

Function Documentation

§ test_dkvsort()

void test_dkvsort ( )

Testing module for gk_?dkvsort() routine

§ test_fkvsort()

void test_fkvsort ( )

Testing module for gk_?fkvsort() routine

§ test_fsort()

void test_fsort ( )

Testing module for gk_?fsort() routine

§ test_idxkvsort()

void test_idxkvsort ( )

Testing module for gk_?idxkvsort() routine

§ test_idxsort()

void test_idxsort ( )

Testing module for gk_?idxsort() routine

§ test_ikvsort()

void test_ikvsort ( )

Testing module for gk_?ikvsort() routine

§ test_isort()

void test_isort ( )

Testing module for gk_?isort() routine

§ test_skvsort()

void test_skvsort ( )

Testing module for gk_?skvsort() routine