public static interface HjDoubleArrayView.HjDoubleArrayView2D extends HjDoubleArrayView
HjDoubleArrayView.HjDoubleArrayView1D, HjDoubleArrayView.HjDoubleArrayView2D, HjDoubleArrayView.HjDoubleArrayView3D
Modifier and Type | Method and Description |
---|---|
void |
dec(double v,
int i,
int j) |
double |
get(int i,
int j) |
void |
inc(double v,
int i,
int j) |
HjRegion.HjRegion2D |
region()
Returns the rectangular region for view.
|
void |
set(double v,
int i,
int j) |
baseArray
double get(int i, int j)
i
- The first indexj
- The second indexvoid set(double v, int i, int j)
v
- The new valuei
- The first indexj
- The second indexvoid inc(double v, int i, int j)
void dec(double v, int i, int j)
HjRegion.HjRegion2D region()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.