Class CLALibCompAgg
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibCompAgg
-
public class CLALibCompAgg extends Object
-
-
Constructor Summary
Constructors Constructor Description CLALibCompAgg()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
aggregateUnary(CompressedMatrixBlock inputMatrix, MatrixBlock result, AggregateUnaryOperator op, int blen, MatrixIndexes indexesIn, boolean inCP)
-
-
-
Method Detail
-
aggregateUnary
public static MatrixBlock aggregateUnary(CompressedMatrixBlock inputMatrix, MatrixBlock result, AggregateUnaryOperator op, int blen, MatrixIndexes indexesIn, boolean inCP)
-
-