| 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.HjIntArrayView1D |
ModuleN.newIntArrayView1D(int[] baseArray,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view.
|
static HjIntArrayView.HjIntArrayView1D |
ModuleN.newIntArrayView1D(int[] baseArray,
int offset,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view with a specified offset.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayView1D.IntArrayView1D |
| Modifier and Type | Method and Description |
|---|---|
static HjIntArrayView.HjIntArrayView1D |
ArrayViewFactory.newIntArrayView1D(int[] baseArray,
int offset,
HjRegion.HjRegion1D region)
Factory method.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.