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