Interface DenseMatrixMultiplicationByBlock.BlockAlgorithm

    • Method Detail

      • run

        void run​(SubMatrixBlock A,
                 SubMatrixBlock B,
                 SubMatrixBlock C)
        Runs the matrix multiplication task. Allows customization in using BlockSizeCalculator and RecursionDepthCalculator and private multiplication functions.
        Parameters:
        A - multiplicand SubMat
        B - multiplier SubMat (transposed)
        C - result SubMat