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

◆ Strided() [1/4]

aff::Strided::Strided ( )
inline

construct and initialize to zero

Definition at line 138 of file strided.h.

138 : Mstride(0), Mfirst(0), Mlast(0), Mbase(0) { }
TIndexVec Mlast
Definition: strided.h:288
TIndexVec Mbase
Definition: strided.h:289
TSizeVec Mstride
Definition: strided.h:286
TIndexVec Mfirst
Definition: strided.h:287