AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ operator()() [1/5]

template<class T>
const T& aff::ConstArray< T >::operator() ( const TIndexVec index) const
inline

full dimensionality access

Definition at line 254 of file array.h.

255  { return(Mrepresentation[offset(index)]); }
Trepresentation Mrepresentation
representation member
Definition: array.h:336
Tsubscript offset(const TIndexVec &index) const
full dimensionality access
Definition: strided.h:220