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

shape of s strided array (prototypes) More...

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

Go to the source code of this file.

Classes

class  aff::Strided
 Shape for a rectangular array layout. More...
 

Namespaces

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

Macros

#define AFF_STRIDED_H_VERSION   "AFF_STRIDED_H V1.8"
 

Functions

bool aff::util::is_dense_1D_array (const aff::Strided &shape)
 check whether array shape describes a 1D array with dense layout in the memory. More...
 

Detailed Description

shape of s strided array (prototypes)


Author
Thomas Forbriger
Since
08/12/2002

shape of s strided array (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

See also
aff::Strided
Note
You usually will not include this directly. It is included through array.h and binarray.h

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

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 11/12/2002 V1.1 revision of this part of code (thof)
    • remove template parameter
    • replace by maximum dimensionality constant
    • does not need to know anything about stepper
    • introduced Mbase (is necessary for new concept of multidemensional arrays proposed by wolle)
  • 12/12/2002 V1.2 (thof)
    • basic functionality is complete
    • documentation is still missing
  • 13/12/2002 V1.3 (thof)
    • correct definition of mapping formula
    • provides enough basic functionality (including access needed by stepper)
  • 14/12/2002 V1.4 (thof)
    • template-free definition part will now always be placed in the binary library
  • 16/12/2002 V1.5 (thof)
    • renamed subarray and slice function
    • added shift and setfirst
  • 20/12/2002 V1.6 (thof)
    • forward declaration of StridedStepper
    • typedef Tstepper
  • 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.h.