Class PointToPointPhasedParallelIterativeAverager
java.lang.Object
iterativeaveraging.pointtopoint.challenge.PointToPointPhasedParallelIterativeAverager
- All Implemented Interfaces:
IterativeAverager
public class PointToPointPhasedParallelIterativeAverager
extends Object
implements IterativeAverager
- Author:
- __STUDENT_NAME__, Dennis Cosgrove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
iterativelyAverage
(double[] originalArray, int iterationCount) toString()
-
Constructor Details
-
PointToPointPhasedParallelIterativeAverager
public PointToPointPhasedParallelIterativeAverager(int sliceCount)
-
-
Method Details
-
iterativelyAverage
public double[] iterativelyAverage(double[] originalArray, int iterationCount) throws InterruptedException, ExecutionException - Specified by:
iterativelyAverage
in interfaceIterativeAverager
- Throws:
InterruptedException
ExecutionException
-
toString
-