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

◆ ConstArray() [2/2]

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

construct from shape and representation

Definition at line 236 of file array.h.

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

237  :
239  { check_consistency(); }
aff::Strided Tshape
Type of shape.
Definition: array.h:195
const Trepresentation & representation() const
provide restricted access representation
Definition: array.h:324
void check_consistency() const
check consitency between representation and shape
Definition: array.h:546
const Tshape & shape() const
provide access to const shape
Definition: array.h:318
Trepresentation Mrepresentation
representation member
Definition: array.h:336
Here is the call graph for this function: