Class CLALibTSMM


  • public class CLALibTSMM
    extends Object
    • Constructor Detail

      • CLALibTSMM

        public CLALibTSMM()
    • 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