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

Shape for Series class (prototypes) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aff::LinearShape
 Shape for class aff::Series. More...
 

Namespaces

 aff
 Root namespace of library.
 
 aff::util
 Internal utilities.
 

Macros

#define AFF_LINEARSHAPE_H_VERSION   "AFF_LINEARSHAPE_H V1.4"
 

Detailed Description

Shape for Series class (prototypes)


Author
Thomas Forbriger
Date
23/12/2003

Shape for Series class (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) 2003 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 23/12/2003 V1.0 Thomas Forbriger
  • 11/01/2004 V1.1 now offers index range modifiers
  • 13/01/2004 V1.2
    - now provide Mmax_dimen
    • renamed reshaping functions to match the class Strided
  • 05/07/2005 V1.3 provide index shifting
  • 27/04/2006 V1.4 assert: last >= first was: last > first which is too strict
  • 20/06/2006 V1.5 allow arrays of size zero

Definition in file linearshape.h.