English

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 y=Axy=Ax, where AA 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 n=8000n=8000. 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 nn is Θ(nlog3)\Theta(n^{\log 3}). 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

R2 v1 2026-06-22T03:13:07.651Z