next up previous contents
Next: Constructors Up: Ranges Previous: Constructors

 

class IrregRange

The class IrregRange is a subclass of Range describing irregular block-distributed ranges. The format inquiry returns DIST_IRREG for an IrregRange or any subrange.

The public interface of the IrregRange class is

  class IrregRange : public Range {
  public :
    IrregRange(Dimension dim, int* blocks) ;
  } ;





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