AFF --- A container for numbers (array) by Friederich and Forbriger.
|
▼ examples | |
arrayexample.cc | Demonstrate array usage |
▼ functions | |
absmax.h | Extract absolute maximum (prototypes) |
avg.h | Return average of element values (prototypes) |
histo.h | Count elements of same value (prototypes) |
max.h | Return maximum element value (prototypes) |
min.h | Return minimum element value (prototypes) |
rms.h | Return rms of element values (prototypes) |
sqrsum.h | Evaluate square of sum of all samples (prototypes) |
sum.h | Evaluate sum of all samples (prototypes) |
valmap.h | Map element values (prototypes) |
▼ lib | |
checkedcast.h | Size checked pointer cast (prototypes) |
collector.h | Collect values (prototypes) |
deepcopy.h | External deep copy function (prototypes) |
dump_array.h | Factored out Array dump function (prototypes) |
dump_macros.h | Dump helper (prototypes) |
dump_series.h | Factored out Series dump function (prototypes) |
dump_sharedheap.h | Factored out SharedHeap dump function (prototypes) |
dump_simplerigidarray.h | Factored out SimpleRigidArray dump function (prototypes) |
dump_strided.h | Factored out Strided dump function (prototypes) |
error.cc | Exceptions and error handling macros (implementation) |
error.h | Exceptions and error handling macros (prototypes) |
linearshape.h | Shape for Series class (prototypes) |
mapper.h | Map values (prototypes) |
operators.h | Provide operators for iteratable objects (prototypes) |
rawarfun.h | Raw array function templates |
seriesstepper.cc | Stepper class for aff::Series (implementation) |
seriesstepper.h | Stepper class for aff::Series (prototypes) |
sharedheap.h | Shared heap representation (prototypes) |
sharedheap_def.h | Shared heap definitions (prototypes) |
simplearray.h | Simple rigid array |
strided.cc | Shape of a strided array (definitions) |
strided.h | Shape of s strided array (prototypes) |
stridedstepper.cc | Definition of strided stepper functions |
stridedstepper.h | Stepper class for strided shapes (prototypes) |
types.h | Some typedefs we refer to |
▼ olib | |
binarray.cc | Explicit array template instantiation for standard template parameters (implementation) |
▼ tests | |
arraytest.cc | Test array class template (implementation) |
f77interface.cc | Interface functions (implementation) |
f77proto.h | Prototypes for Fortran interface (prototypes) |
f77test.cc | Test interfacing Fortran code (implementation) |
functionstest.cc | Test function templates |
helpertest.cc | Test helpers like iterator, subarray and slice (implementation) |
operatortest.cc | Test operator functions |
reprtest.cc | Test representation classes (implementation) |
seriestest.cc | Test aff::Series class (implementation) |
shapetest.cc | Test shape classes (implementation) |
simplearraytest.cc | Test simple array class (implementation) |
array.h | Full template array class headers (prototypes) |
arrayoperators.h | Provide operators for array classes (prototypes) |
Carray.h | Classes to interface raw C arrays (prototypes) |
converters.h | Converters for AFF containers |
dump.cc | Debug helpers (implementation) |
dump.h | Debug helpers (prototypes) |
fortranshape.cc | Prepare information to pass to Fortran subroutines (implementation) |
fortranshape.h | Prepare information to pass to Fortran subroutines (prototypes) |
iterator.h | Define the iterator class template (prototypes) |
series.h | Linear series class (prototypes) |
seriesoperators.h | Provide operators for series classes (prototypes) |
shaper.h | Rectangular Fortran array layout (prototypes) |
slice.h | External class to create slices (prototypes) |
subarray.h | External class to create subarrays (prototypes) |