On fast matrix-vector multiplication with a Hankel matrix in multiprecision arithmetics
Numerical Analysis
2014-03-25 v2 Numerical Analysis
Abstract
We present two fast algorithms for matrix-vector multiplication , where is a Hankel matrix. The current asymptotically fastest method is based on the Fast Fourier Transform (FFT), however in multiprecision arithmetics with very high accuracy FFT method is actually slower than schoolbook multiplication for matrix sizes up to . One method presented is based on a decomposition of multiprecision numbers into sums, and applying standard or double precision FFT. The second method, inspired by Karatsuba multiplication, is based on recursively performing multiplications with matrices of half-size of the original. Its complexity in terms of the matrix size is . Both methods are applicable to Toeplitz matrices and to circulant matrices.
Keywords
Cite
@article{arxiv.1402.5287,
title = {On fast matrix-vector multiplication with a Hankel matrix in multiprecision arithmetics},
author = {Gleb Beliakov},
journal= {arXiv preprint arXiv:1402.5287},
year = {2014}
}
Comments
11 pages