AFF --- A container for numbers (array) by Friederich and Forbriger.
shaper.h File Reference

rectangular Fortran array layout (prototypes) More...

#include <aff/lib/strided.h>
#include <aff/lib/error.h>
Include dependency graph for shaper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aff::Shaper
 Shaper class for Fortran layout. More...
 

Namespaces

 aff
 Root namespace of library.
 

Macros

#define AFF_SHAPER_H_VERSION   "AFF_SHAPER_H V1.6"
 

Detailed Description

rectangular Fortran array layout (prototypes)


Author
Thomas Forbriger
Since
08/12/2002

rectangular Fortran array layout (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

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 11/12/2002 V1.1 rework class (thof)
    • remove template parameters
  • 12/12/2002 V1.2 (thof)
    • has now full functionality
    • documentation ist still missing
  • 15/12/2002 V1.3 (thof)
    • never place in namspace prebuilt
  • 18/12/2002 V1.4 (thof)
    • small but essential correction in operator()
  • 09/01/2003 V1.5 (thof)
    • now throws exception in case of too many concatenated bracket operators
  • 14/05/2011 V1.6 (thof)
    • removed obsolete reference to libcontxx in documentation

Definition in file shaper.h.