Class CLALibReorg
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibReorg
-
public class CLALibReorg extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
warned
-
Constructor Summary
Constructors Constructor Description CLALibReorg()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
reorg(CompressedMatrixBlock cmb, ReorgOperator op, MatrixBlock ret, int startRow, int startColumn, int length)
-
-
-
Method Detail
-
reorg
public static MatrixBlock reorg(CompressedMatrixBlock cmb, ReorgOperator op, MatrixBlock ret, int startRow, int startColumn, int length)
-
-