中文
相关论文

相关论文: The Accelerated Euclidean Algorithm

200 篇论文

Greatest Common Divisor (GCD) computation is one of the most important operation of algorithmic number theory. In this paper we present the algorithms for GCD computation of $n$ integers. We extend the Euclid's algorithm and binary GCD…

数据结构与算法 · 计算机科学 2014-08-19 Shri Prakash Dwivedi

GCD computations and variants of the Euclidean algorithm enjoy broad uses in both classical and quantum algorithms. In this paper, we propose quantum circuits for GCD computation with $O(n \log n)$ depth with O(n) ancillae. Prior circuit…

新兴技术 · 计算机科学 2013-04-30 Mehdi Saeedi , Igor L. Markov

We present an iterative algorithm for calculating approximate greatest common divisor (GCD) of univariate polynomials with the real or the complex coefficients. For a given pair of polynomials and a degree, our algorithm finds a pair of…

交换代数 · 数学 2016-05-12 Akira Terui

We present an extension of our GPGCD method, an iterative method for calculating approximate greatest common divisor (GCD) of univariate polynomials, to multiple polynomial inputs. For a given pair of polynomials and a degree, our algorithm…

交换代数 · 数学 2015-05-19 Akira Terui

Additive Fourier Transform is sdudied. A fast multiplication algorithm for polynomials over the binary field is given. The bit complexity of the algorithm is $O(n(log n)(\log\log n)^2)$.

数论 · 数学 2025-05-15 Chunlei Liu

Based on the Bezout approach we propose a simple algorithm to determine the {\tt gcd} of two polynomials which doesn't need division, like the Euclidean algorithm, or determinant calculations, like the Sylvester matrix algorithm. The…

符号计算 · 计算机科学 2022-01-19 Pasquale Nardone , Giorgio Sonnino

We present an extension of our GPGCD method, an iterative method for calculating approximate greatest common divisor (GCD) of univariate polynomials, to polynomials with the complex coefficients. For a given pair of polynomials and a…

交换代数 · 数学 2010-07-13 Akira Terui

In this paper, we propose a carefully optimized "half-gcd" algorithm for polynomials. We achieve a constant speed-up with respect to previous work for the asymptotic time complexity. We also discuss special optimizations that are possible…

计算复杂性 · 计算机科学 2022-12-26 Joris van der Hoeven

We give an $O(N\cdot \log N\cdot 2^{O(\log^*N)})$ algorithm for multiplying two $N$-bit integers that improves the $O(N\cdot \log N\cdot \log\log N)$ algorithm by Sch\"{o}nhage-Strassen. Both these algorithms use modular arithmetic.…

符号计算 · 计算机科学 2008-09-19 Anindya De , Piyush P Kurur , Chandan Saha , Ramprasad Saptharishi

We present a randomized parallel algorithm that computes the greatest common divisor of two integers of n bits in length with probability 1-o(1) that takes O(n loglog n / log n) expected time using n^{6+\epsilon} processors on the EREW PRAM…

数据结构与算法 · 计算机科学 2010-01-15 Jonathan P. Sorenson

An input- and output-sensitive GCD algorithm for multi-variate polynomials over finite fields is proposed by combining the modular method with the Ben-Or/Tiwari sparse interpolation. The bit complexity of the algorithm is given and is…

符号计算 · 计算机科学 2022-07-29 Qiao-Long Huang , Xiao-Shan Gao

The present paper analyses and presents several improvements to the algorithm for finding the $(a,b)$-pairs of integers used in the $k$-ary reduction of the right-shift $k$-ary integer GCD algorithm. While the worst-case complexity of…

分布式、并行与集群计算 · 计算机科学 2014-02-11 Sidi Mohamed Sedjelmaci , Christian Lavault

We propose a modification of the GPGCD algorithm, which has been presented in our previous research, for calculating approximate greatest common divisor (GCD) of more than 2 univariate polynomials with real coefficients and a given degree.…

交换代数 · 数学 2022-05-09 Boming Chi , Akira Terui

We present a quantum algorithm solving the greatest common divisor (GCD) problem. This quantum algorithm possesses similar computational complexity with classical algorithms, such as the well-known Euclidean algorithm for GCD. This…

量子物理 · 物理学 2017-08-02 Wen Wang , Xu Jiang , Liang-zhu Mu , Heng Fan

Euclids algorithm is widely used in calculating of GCD (Greatest Common Divisor) of two positive numbers. There are various fields where this division is used such as channel coding, cryptography, and error correction codes. This makes the…

硬件体系结构 · 计算机科学 2022-11-18 Saeideh Nabipour , Masoume Gholizade , Nima Nabipour

We present an $O(n^2\log^4 n)$-time algorithm for computing the center region of a set of $n$ points in the three-dimensional Euclidean space. This improves the previously best known algorithm by Agarwal, Sharir and Welzl, which takes…

计算几何 · 计算机科学 2019-10-29 Eunjin Oh , Hee-Kap Ahn

This paper presents the first decoding algorithm for Gabidulin codes over Galois rings with provable quadratic complexity. The new method consists of two steps: (1) solving a syndrome-based key equation to obtain the annihilator polynomial…

信息论 · 计算机科学 2021-02-04 Sven Puchinger , Julian Renner , Antonia Wachter-Zeh , Jens Zumbrägel

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

We survey some results on linear-time algorithms for systolic arrays. In particular, we show how the greatest common divisor (GCD) of two polynomials of degree n over a finite field can be computed in time O(n) on a linear systolic array of…

数据结构与算法 · 计算机科学 2010-04-22 Richard P. Brent , Franklin T. Luk , H. T. Kung

The Continued Logarithm Algorithm - CL for short- introduced by Gosper in 1978 computes the gcd of two integers; it seems very efficient, as it only performs shifts and subtractions. Shallit has studied its worst-case complexity in 2016 and…

离散数学 · 计算机科学 2018-02-02 Pablo Rotondo , Brigitte Vallee , Alfredo Viola
‹ 上一页 1 2 3 10 下一页 ›