Package | Description |
---|---|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.arrayview |
The base package for all habanero-java array view classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HjDoubleArrayView.HjDoubleArrayView1D
A 1-D view on a 1-D Java array.
|
static interface |
HjDoubleArrayView.HjDoubleArrayView2D
A 2-D view on a 1-D Java array.
|
static interface |
HjDoubleArrayView.HjDoubleArrayView3D
A 3-D view on a 1-D Java array.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArrayView1D.DoubleArrayView1D |
static class |
ArrayView2D.DoubleArrayView2D |
static class |
ArrayView3D.DoubleArrayView3D |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.