Fast polynomial transforms based on Toeplitz and Hankel matrices
Alex Townsend, Marcus Webb, and Sheehan Olver

TL;DR
This paper introduces fast algorithms for polynomial basis conversion using Toeplitz and Hankel matrices, achieving near-linear complexity with FFT-based methods, and demonstrates their efficiency and simplicity in implementation.
Contribution
The paper presents a novel approach to polynomial coefficient conversion leveraging Toeplitz and Hankel matrix decompositions, enabling efficient $ ext{O}(N( ext{log} N)^2)$ algorithms.
Findings
Algorithms are competitive with state-of-the-art methods.
No precomputational cost is required.
Easy to implement and adaptable to extended precision.
Abstract
Many standard conversion matrices between coefficients in classical orthogonal polynomial expansions can be decomposed using diagonally-scaled Hadamard products involving Toeplitz and Hankel matrices. This allows us to derive algorithms, based on the fast Fourier transform, for converting coefficients of a degree polynomial in one polynomial basis to coefficients in another. Numerical results show that this approach is competitive with state-of-the-art techniques, requires no precomputational cost, can be implemented in a handful of lines of code, and is easily adapted to extended precision arithmetic.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
