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

◆ operator()() [1/5]

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

full dimensionality access

Definition at line 505 of file array.h.

References aff::Array< T >::Mrepresentation, and aff::Strided::offset().

506  { return(Mrepresentation[this->Tbase::offset(index)]); }
Trepresentation Mrepresentation
my (mutable) data representation
Definition: array.h:528
Tsubscript offset(const TIndexVec &index) const
full dimensionality access
Definition: strided.h:220
Here is the call graph for this function: