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

◆ representation()

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

return full access representation

Definition at line 494 of file array.h.

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

Referenced by aff::series_from_array().

495  { return (Mrepresentation); }
Trepresentation Mrepresentation
my (mutable) data representation
Definition: array.h:528
Here is the caller graph for this function: