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

◆ CSeries()

template<class T >
aff::CSeries< T >::CSeries ( const Tseries series)
inline

construct from shape and representation

Definition at line 189 of file converters.h.

190  : Mrepresentation(series.representation())
191  {
192  Tshape shape=series.shape();
193  Moffset=shape.offset(shape.first());
194  Msize=shape.size();
195  }
Tseries::Tshape Tshape
Type of shape.
Definition: converters.h:163
aff::Tsize Moffset
offset of memory location of first element
Definition: converters.h:237
aff::Tsize Msize
sizes of series
Definition: converters.h:235
Trepresentation Mrepresentation
representation member
Definition: converters.h:233