hp2FEM  0.1
Defines | Functions
src/metis-5.0/GKlib/test/gksort.c File Reference

Testing module for the various sorting routines in GKlib. More...

#include <GKlib.h>
Include dependency graph for gksort.c:

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

Detailed Description

Testing module for the various sorting routines in GKlib.

Date:
Started 4/4/2007
Author:
George
Version:
$Id: gksort.c 4761 2008-06-14 14:28:49Z karypis $ 

Function Documentation

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

 All Classes Files Functions Variables Typedefs Friends Defines