public class ResultMergeLocalMemory extends ResultMerge
Constructor and Description |
---|
ResultMergeLocalMemory(MatrixObject out,
MatrixObject[] in,
String outputFilename,
boolean accum) |
Modifier and Type | Method and Description |
---|---|
MatrixObject |
executeParallelMerge(int par)
Merge all given input matrices in parallel into the given output matrix.
|
MatrixObject |
executeSerialMerge()
Merge all given input matrices sequentially into the given output matrix.
|
public ResultMergeLocalMemory(MatrixObject out, MatrixObject[] in, String outputFilename, boolean accum)
public MatrixObject executeSerialMerge()
ResultMerge
executeSerialMerge
in class ResultMerge
public MatrixObject executeParallelMerge(int par)
ResultMerge
executeParallelMerge
in class ResultMerge
par
- degree of parallelismCopyright © 2020 The Apache Software Foundation. All rights reserved.