public abstract class ArrayView1D extends Object
Abstract ArrayView1D class.
Modifier and Type | Class and Description |
---|---|
static class |
ArrayView1D.DoubleArrayView1D |
static class |
ArrayView1D.IntArrayView1D |
Modifier and Type | Field and Description |
---|---|
protected int |
offset |
protected HjRegion.HjRegion1D |
shape |
Constructor and Description |
---|
ArrayView1D(HjRegion.HjRegion1D pShape,
int pOffset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HjRegion.HjRegion1D |
region()
region.
|
protected int |
toLinearIndex(int i)
toLinearIndex.
|
protected final int offset
protected final HjRegion.HjRegion1D shape
public ArrayView1D(HjRegion.HjRegion1D pShape, int pOffset)
pShape
- a HjRegion.HjRegion1D
object.pOffset
- a int.protected final int toLinearIndex(int i)
toLinearIndex.
i
- a int.public HjRegion.HjRegion1D region()
region.
HjRegion.HjRegion1D
object.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.