TF++, Miscellaneous classes and modules in C++:
tfxx::hacks Namespace Reference

Functions

void write_grepg_c (const blitz::Array< std::complex< float >, 2 > &array, const char *filename, const double &dx=1., const double &dy=1.)
 create grepg file from complex array More...
 
void write_grepg_f (const blitz::Array< float, 2 > &array, const char *filename, const double &dx=1., const double &dy=1.)
 create grepg file from float array More...
 
template<class T >
void write_grepg (const blitz::Array< T, 2 > &array, const char *filename, const double &dx=1., const double &dy=1.)
 create grepg file from 2D array of any type More...
 
template<class T >
void write_blitztable (const blitz::Array< T, 1 > &array, const char *filename, const double &dx=1.)
 create grepg file from complex array More...