public interface HjDoubleArrayView
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 | Method and Description |
---|---|
double[] |
baseArray()
The raw Java 1-D array wrapped by the array view.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.