Class CLALibUnary
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibUnary
-
public class CLALibUnary extends Object
-
-
Constructor Summary
Constructors Constructor Description CLALibUnary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
unaryOperations(CompressedMatrixBlock m, UnaryOperator op, MatrixValue result)
-
-
-
Method Detail
-
unaryOperations
public static MatrixBlock unaryOperations(CompressedMatrixBlock m, UnaryOperator op, MatrixValue result)
-
-