Class CLALibDecompress
- java.lang.Object
- 
- org.apache.sysds.runtime.compress.lib.CLALibDecompress
 
- 
 public class CLALibDecompress extends Object Library to decompress a list of column groups into a matrix.
- 
- 
Constructor SummaryConstructors Constructor Description CLALibDecompress()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlockdecompress(CompressedMatrixBlock cmb, int k)static voiddecompressTo(CompressedMatrixBlock cmb, MatrixBlock ret, int rowOffset, int colOffset, int k)
 
- 
- 
- 
Method Detail- 
decompresspublic static MatrixBlock decompress(CompressedMatrixBlock cmb, int k) 
 - 
decompressTopublic static void decompressTo(CompressedMatrixBlock cmb, MatrixBlock ret, int rowOffset, int colOffset, int k) 
 
- 
 
-