#include "MatrixIO.h"
Functions | |
void | saveMatrix (const std::string filename, CDMatrix &gf) |
void | saveMatrix (const std::string filename, DMatrix &gf) |
void | loadMatrix (const std::string filename, CDMatrix &gf) |
void | loadMatrix (const std::string filename, DMatrix &gf) |
void loadMatrix | ( | const std::string | filename, | |
DMatrix & | gf | |||
) |
read a file and save its content into a matrix
void loadMatrix | ( | const std::string | filename, | |
CDMatrix & | gf | |||
) |
read a file and save its content into a matrix
void saveMatrix | ( | const std::string | filename, | |
DMatrix & | gf | |||
) |
save matrix to file
if the filename is *.bin, save the matrix in binary format otherwise save the matrix in text format
void saveMatrix | ( | const std::string | filename, | |
CDMatrix & | gf | |||
) |
save matrix to file
if the filename is *.bin, save the matrix in binary format otherwise save the matrix in text format