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

◆ Array() [2/4]

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

construct from shape and representation

Definition at line 432 of file array.h.

433  :
const Trepresentation & representation() const
return full access representation
Definition: array.h:494
aff::ConstArray< T > Tbase
base is container of const (see specialization below)
Definition: array.h:372
const Tshape & shape() const
provide access to const shape
Definition: array.h:318
Trepresentation Mrepresentation
my (mutable) data representation
Definition: array.h:528