AFF --- A container for numbers (array) by Friederich and Forbriger.
|
Basic array moduleBy including aff/array.h you will get access to the following modules: More...
Classes | |
class | aff::ConstArray< T > |
Array base classThis is a multidimensional (array) container that uses a strided memory layout (Fortran shape) and counted references to data in global memory. For examples see the various test programs. More... | |
class | aff::Array< T > |
Full multi-dimensional array functionality.This is the full array class template. It adds no additional functionality to its base class aff::ConstArray. But it provied acess to all member functions of the base, also to functions that allow data modification. More... | |
#define | AFF_OPERATORS_CLASS aff::Array |
Array operators are defined through the macro mechanism in operators.h and Container operators. More... | |
#define | AFF_OPERATORS_CONSTCLASS aff::ConstArray |
Array operators are defined through the macro mechanism in operators.h and Container operators. More... | |
Basic array module
By including aff/array.h you will get access to the following modules:
It additionally offers the following type definitions:
Helpers are available in Extensions for array module.
Place ingroup definitions in source code
Provide additional groups for Series and SimpleRigidArray