
public static interface HjRegion.HjRegion2D 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[] |
upperLimits() |
iterator, iterator, lowerLimit, numElements, rank, toRegionIndex, toSeqIterable, upperLimitint toLinearIndex(int regionIndex0,
int regionIndex1)
regionIndex0 - The region index for the first dimension.regionIndex1 - The region index for the second dimension.int toLinearIndex(int[] regionIndices)
HjRegiontoLinearIndex in interface HjRegionregionIndices - The region based index.int[] lowerLimits()
int[] upperLimits()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.