News

Implementation of different algorithms to solve the Matrix chain multiplication problem. Three algorithms are implemented: a naive, divide-to-conquer algorithm, a divide-to-conquer algorithm that ...
Karatsuba’s “divide-and-conquer ... way multiplication of complex numbers works. Roughly speaking, the idea is to divide a given multiplication problem into smaller subproblems, solve ...
This project contains three approaches to solve a polynomial multiplication of 2^n coefficients and they are 1) recursive approach 2) four sub problems approach 3) three sub problem approach. 2nd and ...
Abstract: Exploiting matrix ... Multiplication (SpMV). However, symmetric SpMV incurs data conflicts when concurrently writing the output vector. Previous approaches fail to address this issue ...