TF++, Miscellaneous classes and modules in C++:
hack_blitztotable.h File Reference

dump 1D blitz array to a table (prototypes) More...

#include <fstream>
#include <cmath>
#include <blitz/array.h>
Include dependency graph for hack_blitztotable.h:

Go to the source code of this file.

Namespaces

 tfxx
 Namespace containing all code of library libtfxx.
 
 tfxx::hacks
 

Macros

#define TF_HACK_BLITZTOTABLE_H_VERSION   "TF_HACK_BLITZTOTABLE_H V1.0 "
 

Functions

template<class T >
void tfxx::hacks::write_blitztable (const blitz::Array< T, 1 > &array, const char *filename, const double &dx=1.)
 create grepg file from complex array More...
 

Detailed Description

dump 1D blitz array to a table (prototypes)


Author
Thomas Forbriger
Date
03/12/2002

dump 1D blitz array to a table (prototypes)

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 03/12/2002 V1.0 Thomas Forbriger

Definition in file hack_blitztotable.h.