#include <iostream>#include <fstream>#include <string>#include "../Utility/random_generator.h"#include "../Utility/types.h"#include <complex>Go to the source code of this file.
Functions | |
| void | saveMatrixBin (std::string filename, const CDMatrix &m) |
| void | loadMatrixBin (std::string filename, CDMatrix &m) |
| void | saveMatrixBin (std::string filename, const DMatrix &m) |
| void | loadMatrixBin (std::string filename, DMatrix &m) |
| void loadMatrixBin | ( | std::string | filename, | |
| DMatrix & | m | |||
| ) |
| void loadMatrixBin | ( | std::string | filename, | |
| CDMatrix & | m | |||
| ) |
| void saveMatrixBin | ( | std::string | filename, | |
| const DMatrix & | m | |||
| ) |
| void saveMatrixBin | ( | std::string | filename, | |
| const CDMatrix & | m | |||
| ) |
1.4.7