#include "binaryIO.h"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