Class CLALibMerge
java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibMerge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixBlockmerge(MatrixBlock a, MatrixBlock b, boolean appendOnly, boolean par, boolean deep) Merge b into a, if possible otherwise
-
Constructor Details
-
CLALibMerge
public CLALibMerge()
-
-
Method Details
-
merge
public static MatrixBlock merge(MatrixBlock a, MatrixBlock b, boolean appendOnly, boolean par, boolean deep) Merge b into a, if possible otherwise- Parameters:
a- MatrixBlock a to merge into if possibleb- MatrixBlock b to take elements fromappendOnly- If the appending can be done into a sparse block without sorted indexespar- If parallelism is alloweddeep- If the copy should be deep most common is true- Returns:
- The merged MatrixBlock
-