|
AFF --- A container for numbers (array) by Friederich and Forbriger.
|
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... | |
This namespace collects all test functions for interfacing Fortran 77.