Class CLALibRexpand
- java.lang.Object
 - 
- org.apache.sysds.runtime.compress.lib.CLALibRexpand
 
 
- 
public final class CLALibRexpand extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static booleanALLOW_COMPRESSED_TABLE_SEQ 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancompressedTableSeq()static MatrixBlockrexpand(int seqHeight, MatrixBlock A)static MatrixBlockrexpand(int seqHeight, MatrixBlock A, int nColOut)static MatrixBlockrexpand(int seqHeight, MatrixBlock A, int nColOut, int k)static MatrixBlockrexpand(CompressedMatrixBlock in, MatrixBlock ret, double max, boolean rows, boolean cast, boolean ignore, int k) 
 - 
 
- 
- 
Method Detail
- 
rexpand
public static MatrixBlock rexpand(CompressedMatrixBlock in, MatrixBlock ret, double max, boolean rows, boolean cast, boolean ignore, int k)
 
- 
rexpand
public static MatrixBlock rexpand(int seqHeight, MatrixBlock A)
 
- 
rexpand
public static MatrixBlock rexpand(int seqHeight, MatrixBlock A, int nColOut)
 
- 
rexpand
public static MatrixBlock rexpand(int seqHeight, MatrixBlock A, int nColOut, int k)
 
- 
compressedTableSeq
public static boolean compressedTableSeq()
 
 - 
 
 -