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