next up previous contents
Next: class BlockCyclicRange Up: class CyclicRange Previous: class CyclicRange

Constructors

CyclicRange(const int extent, Dimension dim)
Creates a cyclically-distributed range of extent extent and kernel dim. The number of cycles is

  (extent + dim.size() - 1) / dim.size()

The constructed range is a template range.



Guansong Zhang
Fri Oct 9 12:29:23 EDT 1998