Class CLALibBinaryCellOp
java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixBlockbinaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that) static MatrixBlockbinaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
-
Field Details
-
DECOMPRESSION_BLEN
public static final int DECOMPRESSION_BLEN- See Also:
-
-
Method Details
-
binaryOperationsRight
public static MatrixBlock binaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that) -
binaryOperationsLeft
public static MatrixBlock binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that)
-