|
AFF --- A container for numbers (array) by Friederich and Forbriger.
|
| ▼Naff | Root namespace of library |
| ▼Nfunc | |
| ▼Nutil | |
| CExtractabsmax | |
| CExtractavg | |
| CExtracthisto | |
| CExtractmax | |
| CExtractmin | |
| CExtractrms | |
| CExtractsqrsum | |
| CExtractsum | |
| CMapvalmap | |
| ▼Nutil | Internal utilities |
| CFortranShape | Find appropriate leading dimensions |
| CInline | Recursive functions to inline raw array operations |
| CInline2 | Recursive functions to inline raw array operations |
| CInline2< T1, T2, 1 > | Partial specialization to stop recursion |
| CInline< T, 1 > | Partial specialization to stop recursion |
| CSeriesStepper | A stepper for aff::Series |
| CSHeap | A structure to be shared between different SharedHeap instances |
| ▼CSizeCheckedCast | Utility for compile-time checked cast |
| CConstCheck | Checks for const-correctness of the cast |
| CConstCheck< const Tfrom, const Tto > | Specialization for const-checked cast |
| CConstCheck< const Tfrom, Tto > | Specialization for const-checked cast |
| CConstCheck< Tfrom, const Tto > | Specialization for const-checked cast |
| CSizeCheck | Checks for matching type-size |
| CSizeCheck< N, N > | Specialization for type-size checked cast |
| CSlice | Create slices |
| CStridedStepper | A stepper for all strided shapes |
| CSubarray | Create subarrays |
| CAllocException | Exception thrown in case of allocation error |
| CArray | 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 |
| CBrowser | Browser |
| CCArray | Interface class to raw memory (C style array) |
| CConstArray | 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 |
| CConstCArray | Interface class to raw memory (C style array) |
| CConstSeries | Base class |
| CConstSharedHeap | This is the base class for const elements |
| CCSeries | Access Series contents through raw memory |
| CException | Base class for exceptions |
| CFortranArray | Class to provide Fortran interface values |
| CIterator | Iterator |
| CLinearShape | Shape for class aff::Series |
| CSeries | A base class for time series and spectra |
| CShaper | Shaper class for Fortran layout |
| CSharedHeap | A template class to share heap memory for different array projections |
| CSimpleRigidArray | A very basic rigid array class (with deep inline copy) |
| CStrided | Shape for a rectangular array layout |