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 HjDoubleArrayView.HjDoubleArrayView3D |
ModuleN.newDoubleArrayView3D(double[] baseArray,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view.
|
static HjDoubleArrayView.HjDoubleArrayView3D |
ModuleN.newDoubleArrayView3D(double[] baseArray,
int offset,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view with a specified offset.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArrayView3D.DoubleArrayView3D |
Modifier and Type | Method and Description |
---|---|
static HjDoubleArrayView.HjDoubleArrayView3D |
ArrayViewFactory.newDoubleArrayView3D(double[] baseArray,
int offset,
HjRegion.HjRegion3D region)
Factory method.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.