/home/pxiang/workspace_new/CalculateGreenFunction/src/IO/MatrixIO.cpp File Reference

#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)

Function Documentation

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


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