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

Go to the documentation of this file.
00001 /*
00002  * binaryIO.h
00003  *
00004  *  Created on: Jan 2, 2014
00005  *      Author: pxiang
00006  */
00007 
00008 #ifndef BINARYIO_H_
00009 #define BINARYIO_H_
00010 
00011 #include <iostream>
00012 #include <fstream>
00013 #include <string>
00014 #include "../Utility/random_generator.h"
00015 #include "../Utility/types.h"
00016 #include <complex>
00017 
00018 
00019 void saveMatrixBin(std::string filename, const CDMatrix& m);
00020 void loadMatrixBin(std::string filename, CDMatrix& m);
00021 
00022 void saveMatrixBin(std::string filename, const DMatrix& m);
00023 void loadMatrixBin(std::string filename, DMatrix& m);
00024 
00025 #endif /* BINARYIO_H_ */

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