TF++, Miscellaneous classes and modules in C++:
|
a quick hack to create a grepg file from any 2D blitz array (implementation) More...
#include <fstream>
#include <tfxx/misc.h>
#include <tfxx/fortranio.h>
#include <tfxx/complexio.h>
#include <tfxx/blitzutil.h>
#include <tfxx/hack_blitztogrepg.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_CC_VERSION "TF_HACK_BLITZTOGREPG_CC V1.0 " |
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... | |
a quick hack to create a grepg file from any 2D blitz array (implementation)
a quick hack to create a grepg file from any 2D blitz array (implementation)
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.cc.