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

◆ stride() [2/2]

template<class T >
const TSizeVec& aff::ConstCArray< T >::stride ( ) const
inline

strides of dimensions

Definition at line 177 of file Carray.h.

References aff::ConstCArray< T >::Mstride.

178  { return Mstride; }
TSizeVec Mstride
strides of dimensions
Definition: Carray.h:214