next up previous contents
Next: Examples Up: class Group Previous: Operators

Related functions

Procs :: operator/(const Coord& i)
Create a new group formed by restricting this process array by i. The inline definition is

    Group Procs :: operator/(const Coord& i) const {
      Group result(*this) ;
      result.restrict(i.dim, i.crd) ;
      return result ;
    }



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