Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

util.h

Go to the documentation of this file.
00001 
00012 #ifndef _H_UTIL
00013 #define _H_UTIL
00014 
00015 #include <string>
00016 #include <sstream>
00017 #include <iostream>
00018 #include <fstream>
00019 
00025 std::string itos(int i);
00026 
00034 int print2file1d(const char* filename, double* numbers, int len);
00035 
00046 int print2filebin(const char* filename, double* numbers, int len);
00047 
00055 int print2file2d(const char* filename, double* numbers, int len);
00056 
00057 #endif
00058 

Generated on Fri Sep 4 18:03:45 2009 for LabSci RNG/MC generators by  doxygen 1.3.9.1