AFF --- A container for numbers (array) by Friederich and Forbriger.
aff::util Namespace Reference

Internal utilities. More...

Classes

class  FortranShape
 find appropriate leading dimensions More...
 
class  Inline
 Recursive functions to inline raw array operations. More...
 
class  Inline2
 Recursive functions to inline raw array operations. More...
 
class  Inline2< T1, T2, 1 >
 Partial specialization to stop recursion. More...
 
class  Inline< T, 1 >
 Partial specialization to stop recursion. More...
 
class  SeriesStepper
 A stepper for aff::Series. More...
 
struct  SHeap
 A structure to be shared between different SharedHeap instances. More...
 
class  SizeCheckedCast
 utility for compile-time checked cast More...
 
class  Slice
 Create slices. More...
 
class  StridedStepper
 A stepper for all strided shapes. More...
 
class  Subarray
 Create subarrays. More...
 

Functions

bool 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

Internal utilities.

In this namespace we collect modules that need not necessarily be exposed to the user.