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