AFF --- A container for numbers (array) by Friederich and Forbriger.
|
prototypes for Fortran interface (prototypes) More...
Go to the source code of this file.
Namespaces | |
f77interface | |
This namespace collects all test functions for interfacing Fortran 77. | |
Macros | |
#define | AFF_F77PROTO_H_VERSION "AFF_F77PROTO_H V1.1" |
Typedefs | |
typedef aff::Array< std::complex< float > > | f77interface::Tcarray |
typedef aff::Array< std::complex< double > > | f77interface::Tzarray |
Functions | |
int | f77interface::fill (const aff::Array< int > &a) |
interface function to Fortran77 subroutine fill More... | |
int | f77interface::fillarray (const aff::Array< float > &v1, const aff::Array< float > &v2) |
fill common block through Fortran subroutine More... | |
Tcarray | f77interface::sums () |
read from common block through Fortran subroutine More... | |
Tzarray | f77interface::viewcommon () |
create view from common More... | |
prototypes for Fortran interface (prototypes)
prototypes for Fortran interface (prototypes)
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
Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)
REVISIONS and CHANGES
Definition in file f77proto.h.