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

◆ operator()() [3/3]

template<class C >
Slice& aff::util::Slice< C >::operator() ( const Tdim dim,
const Tsubscript index 
)
inline

slice dimention dim

Definition at line 110 of file slice.h.

References aff::util::Slice< C >::Mshape.

111  {
112  Mshape.collapse(dim, index);
113  return(*this);
114  }
Tshape Mshape
Shape to process.
Definition: slice.h:137