Class CLALibTSMM
java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibTSMM
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddCorrectionLayer(double[] constV, double[] filteredColSum, int nRow, double[] ret) static MatrixBlockleftMultByTransposeSelf(CompressedMatrixBlock cmb, int k) static MatrixBlockleftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k) Self left Matrix multiplication (tsmm) t(x) %*% x
-
Method Details
-
leftMultByTransposeSelf
-
leftMultByTransposeSelf
public static MatrixBlock leftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k) Self left Matrix multiplication (tsmm) t(x) %*% x- Parameters:
cmb- Compressed matrix to multiplyret- The output matrix to put the result intok- The parallelization degree allowed
-
addCorrectionLayer
public static void addCorrectionLayer(double[] constV, double[] filteredColSum, int nRow, double[] ret)
-