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

◆ operator()() [1/3]

template<class C >
Slice& aff::util::Slice< C >::operator() ( )
inline

skip this dimension

Definition at line 96 of file slice.h.

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

97  {
98  ++Mdim;
99  return(*this);
100  }
Tdim Mdim
Next dimension to collapse.
Definition: slice.h:141