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

◆ operator Tarray()

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

convert to array

Definition at line 127 of file slice.h.

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

128  { return(Tarray(Mshape,Mrepresentation)); }
Trepresentation Mrepresentation
Representation to use.
Definition: slice.h:139
C Tarray
Type of array to be handled.
Definition: slice.h:71
Tshape Mshape
Shape to process.
Definition: slice.h:137