proj home

Files   Classes   Functions   Hierarchy  

buckettest.h

Go to the documentation of this file.
00001 #ifndef BUCKETTEST_H
00002 #define BUCKETTEST_H
00003 
00004 #include <vector>
00005 using namespace std;
00006 
00007 #include <typedefs.h>
00008 
00009 class buckettest
00010 {
00012   static void fill(double * data, uintc n);
00013  
00016   static void fillbad(double * data, uintc n);
00017 
00021   static boolc verifyequalvectors
00022   (
00023     vector<double> & v1,
00024     vector<double> const & v2
00025   );
00027   static void createandtest(uintc n);
00029   static void createandtest2(uintc n, uintc chainmax );
00031   static void createandtest3(uintc n, uintc chainmax );
00032 public:
00033 
00035   static string doc[];
00036 
00038   static void test01();
00039 
00043   static void test02();
00044 
00048   static void test03();
00049 
00051   static void test04();
00052 
00053 };
00054 
00055 
00056 #endif
00057 
00058 

Generated on Fri Mar 4 00:49:26 2011 for Chelton Evans Source by  doxygen 1.5.8