public static interface HjRegion.HjRegion3D extends HjRegion
HjRegion.HjRegion1D, HjRegion.HjRegion2D, HjRegion.HjRegion3D
Modifier and Type | Method and Description |
---|---|
int[] |
lowerLimits() |
int |
toLinearIndex(int[] regionIndices)
Returns the zero-based linear index in the 1D array.
|
int |
toLinearIndex(int regionIndex0,
int regionIndex1,
int regionIndex2) |
int[] |
upperLimits() |
iterator, iterator, lowerLimit, numElements, rank, toRegionIndex, toSeqIterable, upperLimit
int toLinearIndex(int regionIndex0, int regionIndex1, int regionIndex2)
regionIndex0
- The region index for the first dimension.regionIndex1
- The region index for the second dimension.regionIndex2
- The region index for the third dimension.int toLinearIndex(int[] regionIndices)
HjRegion
toLinearIndex
in interface HjRegion
regionIndices
- The region based index.int[] lowerLimits()
int[] upperLimits()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.