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

◆ operator Tshape()

aff::Shaper::operator Tshape ( ) const
inline

Return the shape class.

Definition at line 136 of file shaper.h.

References Mfirst, Mlast, Mmaxlast, and aff::Strided::shrink().

137  {
138  Tshape shape(Mfirst, Mmaxlast);
139  shape.shrink(Mlast);
140  return(shape);
141  }
Strided Tshape
Type of Shape class.
Definition: shaper.h:70
Tshape::TIndexVec Mfirst
limits
Definition: shaper.h:150
Tshape::TIndexVec Mmaxlast
Definition: shaper.h:150
Tshape::TIndexVec Mlast
Definition: shaper.h:150
Here is the call graph for this function: