/home/pxiang/workspace_new/CalculateGreenFunction/src/IO/textIO.h

Go to the documentation of this file.
00001 /*
00002  * textIO.h
00003  *
00004  *  Created on: Aug 20, 2014
00005  *      Author: pxiang
00006  */
00007 
00008 #ifndef TEXTIO_H_
00009 #define TEXTIO_H_
00010 
00011 #include <iostream>
00012 #include <sstream>
00013 #include <vector>
00014 #include <fstream>
00015 #include <complex>
00016 #include <limits>
00017 #include "../Utility/types.h"
00018 #include "../Utility/misc.h"
00019 #include "../Utility/random_generator.h"
00020 #include "binaryIO.h"
00021 
00022 typedef std::numeric_limits< double > dbl;
00023 
00024 
00025 
00031 void saveMatrixText(std::string filename, CDMatrix& m, bool exactValue=false);
00032 
00033 
00039 void saveMatrixText(std::string filename, DMatrix& m, bool exactValue=false);
00040 
00041 
00047 void loadMatrixText(std::string filename, CDMatrix& m);
00048 
00049 
00055 void loadMatrixText(std::string filename, DMatrix& m);
00056 
00057 #endif /* TEXTIO_H_ */

Generated on Fri Oct 31 16:58:45 2014 for CalculateGreenFunction by  doxygen 1.4.7