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

◆ operator()()

template<class T>
const T& aff::ConstSeries< T >::operator() ( const Tsubscript i) const
inline

Data read access.

Definition at line 177 of file series.h.

References aff::ConstSeries< T >::Mrepresentation, and aff::LinearShape::offset().

Referenced by aff::ConstSeries< T >::pointer().

178  { return(Mrepresentation[this->Tshape::offset(i)]); }
Trepresentation Mrepresentation
my memory representation
Definition: series.h:253
Tsubscript offset(const Tsubscript &i) const
return offset in representation for indes i
Definition: linearshape.h:109
Here is the call graph for this function:
Here is the caller graph for this function: