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

◆ ConstSeries() [3/3]

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

construct from representation

Definition at line 169 of file series.h.

169  :
170  Tshape(0,representation.size()-1,0),
const Tsize & size() const
Definition: sharedheap.h:179
const Trepresentation & representation() const
offer conversion only to constant version of representation
Definition: series.h:237
aff::LinearShape Tshape
Type of shape.
Definition: series.h:121
Trepresentation Mrepresentation
my memory representation
Definition: series.h:253