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

◆ stride() [1/2]

const Tsize& aff::Strided::stride ( const Tsubscript i) const
inline

stride of dimension

i

Definition at line 203 of file strided.h.

References Mstride.

Referenced by aff::util::StridedStepper::decr(), aff::dump(), aff::util::FortranShape::FortranShape(), aff::util::StridedStepper::incr(), aff::util::is_dense_1D_array(), and aff::util::StridedStepper::StridedStepper().

204  { return Mstride[i]; }
TSizeVec Mstride
Definition: strided.h:286
Here is the caller graph for this function: