SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.parallel

Interface Summary
IterationBody<T>  
LoopBody The implementation of this interface contains the code inside a for-loop construct.
 

Class Summary
Mutex  
ParallelExecutor This class provides a framework for executing an algorithm in parallel.
Reference<T>  
 

Exception Summary
MultipleExecutionException This exception is thrown when any of the parallel tasks throws an exception during execution.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.