AFF --- A container for numbers (array) by Friederich and Forbriger.
f77interface Namespace Reference

This namespace collects all test functions for interfacing Fortran 77. More...

Typedefs

typedef aff::Array< std::complex< float > > Tcarray
 
typedef aff::Array< std::complex< double > > Tzarray
 

Functions

int fill (const aff::Array< int > &a)
 interface function to Fortran77 subroutine fill More...
 
int fillarray (const aff::Array< float > &v1, const aff::Array< float > &v2)
 fill common block through Fortran subroutine More...
 
Tcarray sums ()
 read from common block through Fortran subroutine More...
 
Tzarray viewcommon ()
 create view from common More...
 

Detailed Description

This namespace collects all test functions for interfacing Fortran 77.

See also
Interfacing Fortran 77
tests/f77test.cc
tests/f77interface.cc