Class CLALibBinaryCellOp
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibBinaryCellOp
-
public class CLALibBinaryCellOp extends Object
-
-
Constructor Summary
Constructors Constructor Description CLALibBinaryCellOp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that, MatrixBlock result)
static MatrixBlock
binaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that, MatrixBlock result)
-
-
-
Method Detail
-
binaryOperationsRight
public static MatrixBlock binaryOperationsRight(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that, MatrixBlock result)
-
binaryOperationsLeft
public static MatrixBlock binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixBlock that, MatrixBlock result)
-
-