Uses of Class
edu.rit.pj.IntegerStrideForLoop
Packages that use IntegerStrideForLoop
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of IntegerStrideForLoop in edu.rit.pj
Methods in edu.rit.pj with parameters of type IntegerStrideForLoopModifier and TypeMethodDescriptionfinal void
ParallelRegion.execute
(int first, int last, int stride, IntegerStrideForLoop theLoop) Execute a parallel for loop within this parallel region.final void
ParallelRegion.execute
(int first, int last, int stride, IntegerStrideForLoop theLoop, BarrierAction action) Execute a parallel for loop within this parallel region.