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

◆ representation()

template<class T>
const Trepresentation& aff::ConstSeries< T >::representation ( ) const
inline

offer conversion only to constant version of representation

Definition at line 237 of file series.h.

References aff::ConstSeries< T >::Mrepresentation.

238  { return (Mrepresentation); }
Trepresentation Mrepresentation
my memory representation
Definition: series.h:253