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

◆ ConstSeries() [2/3]

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

construct from shape and representation

Definition at line 164 of file series.h.

References aff::ConstSeries< T >::check_consistency().

165  :
167  { check_consistency(); }
const Tshape & shape() const
provide access to const shape
Definition: series.h:241
void check_consistency() const
check consistency between shape and representation
Definition: series.h:402
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
Here is the call graph for this function: