Class CLALibTSMM


  • public final class CLALibTSMM
    extends Object
    • 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 multiply
        ret - The output matrix to put the result into
        k - The parallelization degree allowed
      • addCorrectionLayer

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