Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.runtime.arrayview |
The base package for all habanero-java array view classes.
|
Modifier and Type | Method and Description |
---|---|
static HjIntArrayView.HjIntArrayView2D |
ModuleN.newIntArrayView2D(int[] baseArray,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view.
|
static HjIntArrayView.HjIntArrayView2D |
ModuleN.newIntArrayView2D(int[] baseArray,
int offset,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view with a specified offset.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArrayView2D.IntArrayView2D |
Modifier and Type | Method and Description |
---|---|
static HjIntArrayView.HjIntArrayView2D |
ArrayViewFactory.newIntArrayView2D(int[] baseArray,
int offset,
HjRegion.HjRegion2D region)
Factory method.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.