Class CLALibTSMM

java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibTSMM

public final class CLALibTSMM extends Object
  • Method Details

    • leftMultByTransposeSelf

      public static MatrixBlock leftMultByTransposeSelf(CompressedMatrixBlock cmb, int k)
    • leftMultByTransposeSelf

      public static MatrixBlock leftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k)
      Self left Matrix multiplication (tsmm) t(x) %*% x
      Parameters:
      cmb - Compressed matrix to multiply
      ret - The output matrix to put the result into
      k - The parallelization degree allowed
    • addCorrectionLayer

      public static void addCorrectionLayer(double[] constV, double[] filteredColSum, int nRow, double[] ret)