中文
相关论文

相关论文: Revisiting Fast Fourier multiplication algorithms …

200 篇论文

The $N$th power of a polynomial matrix of fixed size and degree can be computed by binary powering as fast as multiplying two polynomials of linear degree in~$N$. When Fast Fourier Transform (FFT) is available, the resulting complexity is…

符号计算 · 计算机科学 2023-05-29 Alin Bostan , Vincent Neiger , Sergey Yurkevich

We describe an algorithm for fast multiplication of skew polynomials. It is based on fast modular multiplication of such skew polynomials, for which we give an algorithm relying on evaluation and interpolation on normal bases. Our…

符号计算 · 计算机科学 2017-02-07 Xavier Caruso , Jérémy Le Borgne

Until recently, the only known method of finding the roots of polynomials over prime power rings, other than fields, was brute force. One reason for this is the lack of a division algorithm, obstructing the use of greatest common divisors.…

数论 · 数学 2018-11-26 Trajan Hammonds , Jeremy Johnson , Angela Patini , Robert M. Walker

This paper deals with simultaneously fast and in-place algorithms for formulae where the result has to be linearly accumulated: some output variables are also input variables, linked by a linear dependency. Fundamental examples include the…

符号计算 · 计算机科学 2025-11-07 Jean-Guillaume Dumas , Bruno Grenet

In this work a rationalized algorithm for calculating the quotient of two complex numbers is presented which reduces the number of underlying real multiplications. The performing of a complex number division using the naive method takes 4…

数据结构与算法 · 计算机科学 2016-08-31 Aleksandr Cariow

This paper shows that it is possible to improve the computational cost, the memory requirements and the accuracy of Quick Fourier Transform (QFT) algorithm for power-of-two FFT (Fast Fourier Transform) just introducing a slight modification…

数据结构与算法 · 计算机科学 2013-01-07 Lorenzo Pasquini

We consider bivariate polynomials over the skew field of quaternions, where the indeterminates commute with all coefficients and with each other. We analyze existence of univariate factorizations, that is, factorizations with univariate…

环与代数 · 数学 2021-11-08 Johanna Lercher , Hans-Peter Schröcker

In this paper we present a new efficient variant to compute strong Gr\"obner basis over quotients of principal ideal domains. We show an easy lifting process which allows us to reduce one computation over the quotient $R/nR$ to two…

交换代数 · 数学 2019-06-21 Christian Eder , Tommy Hofmann

We present an algorithm that computes the product of two n-bit integers in O(n log n (4\sqrt 2)^{log^* n}) bit operations. Previously, the best known bound was O(n log n 6^{log^* n}). We also prove that for a fixed prime p, polynomials in…

符号计算 · 计算机科学 2017-12-12 David Harvey , Joris van der Hoeven

The Fast Fourier Transform (FFT) over a finite field $\mathbb{F}_q$ computes evaluations of a given polynomial of degree less than $n$ at a specifically chosen set of $n$ distinct evaluation points in $\mathbb{F}_q$. If $q$ or $q-1$ is a…

计算复杂性 · 计算机科学 2023-10-24 Songsong Li , Chaoping Xing

For various $2\leq n,m \leq 6$, we propose some new algorithms for multiplying an $n\times m$ matrix with an $m \times 6$ matrix over a possibly noncommutative coefficient ring.

符号计算 · 计算机科学 2023-06-02 Manuel Kauers , Jakob Moosbauer

We consider space-saving versions of several important operations on univariate polynomials, namely power series inversion and division, division with remainder, multi-point evaluation, and interpolation. Now-classical results show that…

符号计算 · 计算机科学 2020-09-01 Pascal Giorgi , Bruno Grenet , Daniel S. Roche

Quantum signal processing is a framework for implementing polynomial functions on quantum computers. To implement a given polynomial $P$, one must first construct a corresponding complementary polynomial $Q$. Existing approaches to this…

量子物理 · 物理学 2025-06-16 Bjorn K. Berntson , Christoph Sünderhauf

We study the complexity of polynomial multiplication over arbitrary fields. We present a unified approach that generalizes all known asymptotically fastest algorithms for this problem. In particular, the well-known algorithm for…

计算复杂性 · 计算机科学 2010-10-07 Alexey Pospelov

Quadratic permutation polynomial interleavers over integer rings have recently received attention in practical turbo coding systems from deep space applications to mobile communications. In this correspondence, a necessary and sufficient…

信息论 · 计算机科学 2011-02-11 Jonghoon Ryu , Oscar Y. Takeshita

The resultant of two univariate polynomials is an invariant of great importance in commutative algebra and vastly used in computer algebra systems. Here we present an algorithm to compute it over Artinian principal rings with a modified…

符号计算 · 计算机科学 2020-04-08 Claus Fieker , Tommy Hofmann , Carlo Sircana

The polynomial multiplication problem has attracted considerable attention since the early days of computer algebra, and several algorithms have been designed to achieve the best possible time complexity. More recently, efforts have been…

符号计算 · 计算机科学 2019-02-11 Pascal Giorgi , Bruno Grenet , Daniel Roche

Fast Fourier transform algorithms are an arsenal of effective tools for solving various problems of analysis and high-speed processing of signals of various natures. Almost all of these algorithms are designed to process sequences of…

数据结构与算法 · 计算机科学 2025-04-11 Aleksandr Cariow

In this work, a rationalized algorithm for calculating the quotient of two quaternions is presented which reduces the number of underlying real multiplications. Hardware for fast multiplication is much more expensive than hardware for fast…

信号处理 · 电气工程与系统科学 2020-09-02 Aleksandr Cariow , Galina Cariowa

We show that the product of an nx3 matrix and a 3x3 matrix over a commutative ring can be computed using 6n+3 multiplications. For two 3x3 matrices this gives us an algorithm using 21 multiplications. This is an improvement with respect to…

计算复杂性 · 计算机科学 2020-07-28 Andreas Rosowski