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

◆ Series() [5/6]

template<class T>
aff::Series< T >::Series ( const Tshape shape,
const Trepresentation representation 
)
inline

construct from shape and representation

Definition at line 335 of file series.h.

336  :
338  { }
const Tshape & shape() const
provide access to const shape
Definition: series.h:241
const Trepresentation & representation() const
expose representation
Definition: series.h:388
ConstSeries< T > Tbase
base is container of const (see specialization below)
Definition: series.h:275
Trepresentation Mrepresentation
my (mutable) memory representation
Definition: series.h:393