AFF --- A container for numbers (array) by Friederich and Forbriger.
|
Contents of this page:
Arrays are most easy constructed by means of the aff::Shaper. If you want e.g. define an array A
of element type int with Fortran layout, three dimensions and the index ranges [-2:2], [1:4], and [6:10] you have to code
The shaper is presented in aff/shaper.h.
Specific usage examples:
The test programs may serve as examples for using this library: