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

◆ operator()() [3/5]

template<class T>
const T& aff::ConstArray< T >::operator() ( const Tsubscript i0,
const Tsubscript i1 
) const
inline

access from 2 index values

Definition at line 260 of file array.h.

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

262  { return(Mrepresentation[offset(i0, i1)]); }
Trepresentation Mrepresentation
representation member
Definition: array.h:336
Tsubscript offset(const TIndexVec &index) const
full dimensionality access
Definition: strided.h:220
Here is the call graph for this function: