TF++, Miscellaneous classes and modules in C++:
|
a quick hack to create a grepg file from any 2D blitz array (prototypes) More...
#include <complex>
#include <blitz/array.h>
Go to the source code of this file.
Namespaces | |
tfxx | |
Namespace containing all code of library libtfxx. | |
tfxx::hacks | |
Macros | |
#define | TF_HACK_BLITZTOGREPG_H_VERSION "TF_HACK_BLITZTOGREPG_H V1.1" |
Functions | |
void | tfxx::hacks::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 | tfxx::hacks::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 | tfxx::hacks::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... | |
a quick hack to create a grepg file from any 2D blitz array (prototypes)
a quick hack to create a grepg file from any 2D blitz array (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
REVISIONS and CHANGES
Definition in file hack_blitztogrepg.h.