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

#include "textIO.h"

Functions

void saveMatrixText (std::string filename, CDMatrix &m, bool exactValue)
void saveMatrixText (std::string filename, DMatrix &m, bool exactValue)
void loadMatrixText (std::string filename, CDMatrix &m)
void loadMatrixText (std::string filename, DMatrix &m)

Function Documentation

void loadMatrixText ( std::string  filename,
DMatrix m 
)

load a real matrix from a text file (slow compared with the binary version)

row_index col_index matrix_element

void loadMatrixText ( std::string  filename,
CDMatrix m 
)

load a complex matrix from a text file (slow compared with the binary version)

row_index col_index real_part imag_part

void saveMatrixText ( std::string  filename,
DMatrix m,
bool  exactValue 
)

save a real matrix into a text file

row_index col_index matrix_element

void saveMatrixText ( std::string  filename,
CDMatrix m,
bool  exactValue 
)

save a complex matrix into a text file

row_index col_index real_part imag_part


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