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

◆ CArray()

template<class T >
aff::CArray< T >::CArray ( const Tarray array)
inline

construct from shape and representation

Definition at line 282 of file Carray.h.

283  : Tbase(array), Mrepresentation(array.representation())
284  { }
Trepresentation Mrepresentation
my (mutable) data representation
Definition: Carray.h:312
aff::ConstCArray< T > Tbase
Base class.
Definition: Carray.h:246