Uses of Class
edu.rit.pj.ParallelIteration
Packages that use ParallelIteration
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of ParallelIteration in edu.rit.pj
Methods in edu.rit.pj with parameters of type ParallelIterationModifier and TypeMethodDescriptionfinal <T> void
ParallelRegion.execute
(Iterable<T> theIterable, ParallelIteration<T> theIteration) Execute a parallel iteration within this parallel region.final <T> void
ParallelRegion.execute
(Iterable<T> theIterable, ParallelIteration<T> theIteration, BarrierAction action) Execute a parallel iteration within this parallel region.final <T> void
ParallelRegion.execute
(Iterator<T> theIterator, ParallelIteration<T> theIteration) Execute a parallel iteration within this parallel region.final <T> void
ParallelRegion.execute
(Iterator<T> theIterator, ParallelIteration<T> theIteration, BarrierAction action) Execute a parallel iteration within this parallel region.final <T> void
ParallelRegion.execute
(T[] theArray, ParallelIteration<T> theIteration) Execute a parallel iteration within this parallel region.final <T> void
ParallelRegion.execute
(T[] theArray, ParallelIteration<T> theIteration, BarrierAction action) Execute a parallel iteration within this parallel region.