
public class ModuleN extends ModuleE
runtimeInitialized| Modifier | Constructor and Description |
|---|---|
protected |
ModuleN()
Private constructor to disallow instance creation.
|
| Modifier and Type | Method and Description |
|---|---|
static HjDoubleArrayView.HjDoubleArrayView1D |
newDoubleArrayView1D(double[] baseArray,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view.
|
static HjDoubleArrayView.HjDoubleArrayView1D |
newDoubleArrayView1D(double[] baseArray,
int offset,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view with a specified offset.
|
static HjDoubleArrayView.HjDoubleArrayView2D |
newDoubleArrayView2D(double[] baseArray,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view.
|
static HjDoubleArrayView.HjDoubleArrayView2D |
newDoubleArrayView2D(double[] baseArray,
int offset,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view with a specified offset.
|
static HjDoubleArrayView.HjDoubleArrayView3D |
newDoubleArrayView3D(double[] baseArray,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view.
|
static HjDoubleArrayView.HjDoubleArrayView3D |
newDoubleArrayView3D(double[] baseArray,
int offset,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view with a specified offset.
|
static HjIntArrayView.HjIntArrayView1D |
newIntArrayView1D(int[] baseArray,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view.
|
static HjIntArrayView.HjIntArrayView1D |
newIntArrayView1D(int[] baseArray,
int offset,
HjRegion.HjRegion1D region)
Factory method to create a 1D array view with a specified offset.
|
static HjIntArrayView.HjIntArrayView2D |
newIntArrayView2D(int[] baseArray,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view.
|
static HjIntArrayView.HjIntArrayView2D |
newIntArrayView2D(int[] baseArray,
int offset,
HjRegion.HjRegion2D region)
Factory method to create a 2D array view with a specified offset.
|
static HjIntArrayView.HjIntArrayView3D |
newIntArrayView3D(int[] baseArray,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view.
|
static HjIntArrayView.HjIntArrayView3D |
newIntArrayView3D(int[] baseArray,
int offset,
HjRegion.HjRegion3D region)
Factory method to create a 3D array view with a specified offset.
|
newEventCount, newEventCountisolated, isolated, isolated, isolated, isolated, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, newActor, readMode, writeModeasync, asyncAwait, asyncAwait, asyncAwait, asyncAwait, forall, forall, forall, forall, forall, forall, forallChunked, forallChunked, forallChunked, forallChunked, forallChunked, forallChunked, forasync, forasync, forasync, forasync, forasync, forasync, forasyncChunked, forasyncChunked, forasyncChunked, forasyncChunked, forasyncChunked, forseq, forseq, forseq, forseq, forseq, forseq, future, futureAwait, futureAwait, futureAwait, futureAwaitabstractMetrics, asyncNb, asyncNbAt, asyncNbAwait, asyncNbAwait, asyncNbAwait, asyncNbAwait, asyncNbSeq, asyncNbSeq, asyncPhased, asyncPhased, asyncPhased, computeDefaultChunkSize, doWait, doWork, dumpEventLog, emergencyShutdown, finalizeHabanero, finish, finish, finish, finish, finish, forallNb, forallNb, forallNb, forallNb, forallNb, forallNb, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallPhased, forallPhased, forasync, forasyncChunked, forasyncNb, forasyncNb, forasyncNb, forasyncNb, forasyncNb, forasyncNbChunked, forasyncNbChunked, forasyncNbChunked, forasyncNbChunked, forasyncPhased, forasyncPhased, forasyncPhased, forseqNb, forseqNb, forseqNb, forseqNb, forseqNb, forseqNb, futureNb, futureNbAwait, futureNbAwait, futureNbAwait, futureNbAwait, futureNbSeq, futureNbSeq, group, group, here, initializeHabanero, launchHabaneroApp, launchHabaneroApp, myGroup, myGroup, newDataDrivenFuture, newDataDrivenFuture, newDDF, newDDF, newFinishAccumulator, newPhaser, newPhaser, newPoint, newRectangularRegion1D, newRectangularRegion2D, newRectangularRegion3D, next, numPlaces, numWorkerThreads, place, printBuildInfo, signal, waitAll, waitAnypublic static HjIntArrayView.HjIntArrayView1D newIntArrayView1D(int[] baseArray, HjRegion.HjRegion1D region)
baseArray - an array of int.region - a HjRegion.HjRegion1D object.HjIntArrayView.HjIntArrayView1D object.ArrayViewFactory.newIntArrayView1D(int[], int,
edu.rice.hj.api.HjRegion.HjRegion1D)public static HjIntArrayView.HjIntArrayView1D newIntArrayView1D(int[] baseArray, int offset, HjRegion.HjRegion1D region)
baseArray - an array of int.offset - a int.region - a HjRegion.HjRegion1D object.HjIntArrayView.HjIntArrayView1D object.edu.rice.hj.runtime.arrayview.ArrayViewFactory#newIntArrayView1D(int[], int, HjRegion1D)public static HjDoubleArrayView.HjDoubleArrayView1D newDoubleArrayView1D(double[] baseArray, HjRegion.HjRegion1D region)
baseArray - an array of double.region - a HjRegion.HjRegion1D object.HjDoubleArrayView.HjDoubleArrayView1D object.ArrayViewFactory#newDoubleArrayView1D(double[], int, HjRegion1D)public static HjDoubleArrayView.HjDoubleArrayView1D newDoubleArrayView1D(double[] baseArray, int offset, HjRegion.HjRegion1D region)
baseArray - an array of double.offset - a int.region - a HjRegion.HjRegion1D object.HjDoubleArrayView.HjDoubleArrayView1D object.ArrayViewFactory#newDoubleArrayView1D(double[], int, HjRegion1D)public static HjIntArrayView.HjIntArrayView2D newIntArrayView2D(int[] baseArray, HjRegion.HjRegion2D region)
baseArray - an array of int.region - a HjRegion.HjRegion2D object.HjIntArrayView.HjIntArrayView2D object.ArrayViewFactory.newIntArrayView2D(int[], int, edu.rice.hj.api.HjRegion.HjRegion2D)public static HjIntArrayView.HjIntArrayView2D newIntArrayView2D(int[] baseArray, int offset, HjRegion.HjRegion2D region)
baseArray - an array of int.offset - a int.region - a HjRegion.HjRegion2D object.HjIntArrayView.HjIntArrayView2D object.ArrayViewFactory#newIntArrayView2D(int[], int, HjRegion2D)public static HjDoubleArrayView.HjDoubleArrayView2D newDoubleArrayView2D(double[] baseArray, HjRegion.HjRegion2D region)
baseArray - an array of double.region - a HjRegion.HjRegion2D object.HjDoubleArrayView.HjDoubleArrayView2D object.ArrayViewFactory#newDoubleArrayView2D(double[], int, HjRegion2D)public static HjDoubleArrayView.HjDoubleArrayView2D newDoubleArrayView2D(double[] baseArray, int offset, HjRegion.HjRegion2D region)
baseArray - an array of double.offset - a int.region - a HjRegion.HjRegion2D object.HjDoubleArrayView.HjDoubleArrayView2D object.ArrayViewFactory#newDoubleArrayView2D(double[], int, HjRegion2D)public static HjIntArrayView.HjIntArrayView3D newIntArrayView3D(int[] baseArray, HjRegion.HjRegion3D region)
baseArray - an array of int.region - a HjRegion.HjRegion3D object.HjIntArrayView.HjIntArrayView3D object.ArrayViewFactory.newIntArrayView3D(int[], int, edu.rice.hj.api.HjRegion.HjRegion3D)public static HjIntArrayView.HjIntArrayView3D newIntArrayView3D(int[] baseArray, int offset, HjRegion.HjRegion3D region)
baseArray - an array of int.offset - a int.region - a HjRegion.HjRegion3D object.HjIntArrayView.HjIntArrayView3D object.ArrayViewFactory#newIntArrayView3D(int[], int, HjRegion3D)public static HjDoubleArrayView.HjDoubleArrayView3D newDoubleArrayView3D(double[] baseArray, HjRegion.HjRegion3D region)
baseArray - an array of double.region - a HjRegion.HjRegion3D object.HjDoubleArrayView.HjDoubleArrayView3D object.ArrayViewFactory#newDoubleArrayView3D(double[], int, HjRegion3D)public static HjDoubleArrayView.HjDoubleArrayView3D newDoubleArrayView3D(double[] baseArray, int offset, HjRegion.HjRegion3D region)
baseArray - an array of double.offset - a int.region - a HjRegion.HjRegion3D object.HjDoubleArrayView.HjDoubleArrayView3D object.ArrayViewFactory#newDoubleArrayView3D(double[], int, HjRegion3D)Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.