Accelerated Multiple Precision Matrix Multiplication using Strassen's Algorithm and Winograd's Variant

Tomonori Kouya
DOI: https://doi.org/10.14495/jsiaml.6.81
2014-10-07
Abstract:The Strassen algorithm and Winograd's variant accelerate matrix multiplication by using fewer arithmetic operations than standard matrix multiplication. Although many papers have been published to accelerate single- as well as double-precision matrix multiplication by using these algorithms, no research to date has been undertaken to accelerate multiple precision matrix multiplication. In this paper, we propose a multiple precision matrix multiplication program for matrices of any size and test its performance. We also reveal special properties of our program through its application to LU decomposition.
Numerical Analysis
What problem does this paper attempt to address?