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.HjDoubleArrayView2D |
ModuleN.newDoubleArrayView2D(double[] baseArray,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view.
|
static HjDoubleArrayView.HjDoubleArrayView2D |
ModuleN.newDoubleArrayView2D(double[] 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.DoubleArrayView2D |
Modifier and Type | Method and Description |
---|---|
static HjDoubleArrayView.HjDoubleArrayView2D |
ArrayViewFactory.newDoubleArrayView2D(double[] baseArray,
int offset,
HjRegion.HjRegion2D region)
Factory method.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.