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

◆ memory_size()

Tsize aff::Strided::memory_size ( ) const
inline

total size of mapped memory range

Definition at line 183 of file strided.h.

Referenced by aff::Array< T >::Array(), aff::dump(), and f77interface::viewcommon().

184  { return (offset(Mlast)-offset(Mfirst)+1); }
TIndexVec Mlast
Definition: strided.h:288
TIndexVec Mfirst
Definition: strided.h:287
Tsubscript offset(const TIndexVec &index) const
full dimensionality access
Definition: strided.h:220
Here is the caller graph for this function: