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

shape of a strided array (definitions) More...

#include <aff/lib/strided.h>
#include <aff/lib/error.h>
Include dependency graph for strided.cc:

Go to the source code of this file.

Namespaces

 aff
 Root namespace of library.
 

Macros

#define AFF_STRIDED_CC_VERSION   "AFF_STRIDED_DEF_H V1.8"
 

Detailed Description

shape of a strided array (definitions)


Author
Thomas Forbriger
Since
08/12/2002

shape of a strided array (definitions)


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

See also
aff::Strided

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

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 11/12/2002 V1.1 major revision (thof)
    • removed template parameter
    • calculates base for index operator of each dimensionality
  • 12/12/2002 V1.2 (thof)
    • added shrink and collapse
  • 13/12/2002 V1.3 (thof)
    • reworked shape definition and mapping
    • added straightforward implementations for subarrays and slicing
  • 14/12/2002 V1.4 (thof)
    • this now is a compilable source file (no longer a header) the code contains not template parameter and fits well in the binary library
  • 16/12/2002 V1.5 (thof)
    • wolle asked for shift and setfirst functions...
  • 18/12/2002 V1.6 (thof)
    • essential correction in collapse
  • 29/12/2002 V1.7 (thof)
    • now provides basic Fortran style constructor
  • 15/05/2011 V1.8 (thof)
    • added dense 1D array check

Definition in file strided.cc.