47 #if defined(INSTANTIATE_TEMPLATES) 49 #include "../base_class/EST_TSimpleMatrix.cc" 50 #include "../base_class/EST_TMatrix.cc" 63 outf =
new std::ofstream(filename);
67 for (i=0; i < a.num_rows(); i++)
69 for (j = 0; j < a.num_columns(); ++j)
71 *outf << a(i,j) <<
"\t";
76 if (outf != &std::cout)
Template Matrix class. This is an extension of the EST_TVector class to two dimensions.
#define Instantiate_TMatrix(TYPE)
bool save(Lattice &lattice, EST_String filename)
#define Declare_TMatrix(TYPE)
#define Declare_TSimpleMatrix(TYPE)
The file was written successfully.
#define Instantiate_TSimpleMatrix(TYPE)