36 #ifndef TF_HACK_BLITZTOTABLE_H_VERSION 38 #define TF_HACK_BLITZTOTABLE_H_VERSION \ 39 "TF_HACK_BLITZTOTABLE_H V1.0 " 43 #include<blitz/array.h> 59 std::ofstream os(filename);
60 for (
int i=array.lbound(blitz::firstDim);
61 i<=array.ubound(blitz::secondDim); i++)
65 << std::abs(array(i)) << std::endl;
72 #endif // TF_HACK_BLITZTOTABLE_H_VERSION (includeguard) void write_blitztable(const blitz::Array< T, 1 > &array, const char *filename, const double &dx=1.)
create grepg file from complex array
Namespace containing all code of library libtfxx.