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

◆ operator Tarray()

template<class C >
aff::util::Subarray< C >::operator Tarray ( ) const
inline

convert to array

Definition at line 132 of file subarray.h.

References aff::util::Subarray< C >::Mrepresentation, and aff::util::Subarray< C >::Mshape.

133  { return(Tarray(Mshape,Mrepresentation)); }
Tshape Mshape
Shape to process.
Definition: subarray.h:142
Trepresentation Mrepresentation
Representation to use.
Definition: subarray.h:144
C Tarray
Type of array to be handled.
Definition: subarray.h:76