AFF --- A container for numbers (array) by Friederich and Forbriger.
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  examples
 arrayexample.ccDemonstrate array usage
  functions
 absmax.hExtract absolute maximum (prototypes)
 avg.hReturn average of element values (prototypes)
 histo.hCount elements of same value (prototypes)
 max.hReturn maximum element value (prototypes)
 min.hReturn minimum element value (prototypes)
 rms.hReturn rms of element values (prototypes)
 sqrsum.hEvaluate square of sum of all samples (prototypes)
 sum.hEvaluate sum of all samples (prototypes)
 valmap.hMap element values (prototypes)
  lib
 checkedcast.hSize checked pointer cast (prototypes)
 collector.hCollect values (prototypes)
 deepcopy.hExternal deep copy function (prototypes)
 dump_array.hFactored out Array dump function (prototypes)
 dump_macros.hDump helper (prototypes)
 dump_series.hFactored out Series dump function (prototypes)
 dump_sharedheap.hFactored out SharedHeap dump function (prototypes)
 dump_simplerigidarray.hFactored out SimpleRigidArray dump function (prototypes)
 dump_strided.hFactored out Strided dump function (prototypes)
 error.ccExceptions and error handling macros (implementation)
 error.hExceptions and error handling macros (prototypes)
 linearshape.hShape for Series class (prototypes)
 mapper.hMap values (prototypes)
 operators.hProvide operators for iteratable objects (prototypes)
 rawarfun.hRaw array function templates
 seriesstepper.ccStepper class for aff::Series (implementation)
 seriesstepper.hStepper class for aff::Series (prototypes)
 sharedheap.hShared heap representation (prototypes)
 sharedheap_def.hShared heap definitions (prototypes)
 simplearray.hSimple rigid array
 strided.ccShape of a strided array (definitions)
 strided.hShape of s strided array (prototypes)
 stridedstepper.ccDefinition of strided stepper functions
 stridedstepper.hStepper class for strided shapes (prototypes)
 types.hSome typedefs we refer to
  olib
 binarray.ccExplicit array template instantiation for standard template parameters (implementation)
  tests
 arraytest.ccTest array class template (implementation)
 f77interface.ccInterface functions (implementation)
 f77proto.hPrototypes for Fortran interface (prototypes)
 f77test.ccTest interfacing Fortran code (implementation)
 functionstest.ccTest function templates
 helpertest.ccTest helpers like iterator, subarray and slice (implementation)
 operatortest.ccTest operator functions
 reprtest.ccTest representation classes (implementation)
 seriestest.ccTest aff::Series class (implementation)
 shapetest.ccTest shape classes (implementation)
 simplearraytest.ccTest simple array class (implementation)
 array.hFull template array class headers (prototypes)
 arrayoperators.hProvide operators for array classes (prototypes)
 Carray.hClasses to interface raw C arrays (prototypes)
 converters.hConverters for AFF containers
 dump.ccDebug helpers (implementation)
 dump.hDebug helpers (prototypes)
 fortranshape.ccPrepare information to pass to Fortran subroutines (implementation)
 fortranshape.hPrepare information to pass to Fortran subroutines (prototypes)
 iterator.hDefine the iterator class template (prototypes)
 series.hLinear series class (prototypes)
 seriesoperators.hProvide operators for series classes (prototypes)
 shaper.hRectangular Fortran array layout (prototypes)
 slice.hExternal class to create slices (prototypes)
 subarray.hExternal class to create subarrays (prototypes)