Class CLALibTSMM
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibTSMM
-
public final class CLALibTSMM extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addCorrectionLayer(double[] constV, double[] correctedSum, int nRow, double[] ret)
static void
leftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k)
Self left Matrix multiplication (tsmm) t(x) %*% x
-
-
-
Method Detail
-
leftMultByTransposeSelf
public static void 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[] correctedSum, int nRow, double[] ret)
-
-