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

◆ operator()()

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

Data modification access.

Definition at line 359 of file series.h.

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

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

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