Package edu.jhu.cs.cisst.algorithms.optimize.fmg.parallel

Interface Summary
Parallelizable An interface to those classes that supply a method for parallel multithreaded execution.
 

Class Summary
Parallelizer A class that simplifies the task of scheduling one thread per processor of a SMP machine and calling a parallel algorithm in each of these threads, so that together these threads solve a common problem in parallel.
ParallelRunner Customized implementation of class Thread that works closely with class Parallelizer and actually calls the parallel algorithm in each thread.