Class CLALibBinaryCellOp
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
-
public final class CLALibBinaryCellOp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DECOMPRESSION_BLEN
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
static MatrixBlock
binaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
-
-
-
Field Detail
-
DECOMPRESSION_BLEN
public static final int DECOMPRESSION_BLEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
binaryOperationsRight
public static MatrixBlock binaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
-
binaryOperationsLeft
public static MatrixBlock binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
-
-