中文
相关论文

相关论文: Speeding up the Karatsuba algorithm

200 篇论文

This article introduces an algorithm, MergeShuffle, which is an extremely efficient algorithm to generate random permutations (or to randomly permute an existing array). It is easy to implement, runs in $n\log_2 n + O(1)$ time, is in-place,…

数据结构与算法 · 计算机科学 2015-08-14 Axel Bacher , Olivier Bodini , Alexandros Hollender , Jérémie Lumbroso

Can linear systems be solved faster than matrix multiplication? While there has been remarkable progress for the special cases of graph structured linear systems, in the general setting, the bit complexity of solving an $n \times n$ linear…

数据结构与算法 · 计算机科学 2021-01-08 Richard Peng , Santosh Vempala

The subject of this paper is the time complexity of approximating Knapsack, Subset Sum, Partition, and some other related problems. The main result is an $\widetilde{O}(n+1/\varepsilon^{5/3})$ time randomized FPTAS for Partition, which is…

数据结构与算法 · 计算机科学 2019-05-07 Marcin Mucha , Karol Węgrzycki , Michał Włodarczyk

We present two modified versions of the primal-dual splitting algorithm relying on forward-backward splitting proposed in \cite{vu} for solving monotone inclusion problems. Under strong monotonicity assumptions for some of the operators…

最优化与控制 · 数学 2013-03-13 Radu Ioan Bot , Ernö Robert Csetnek , Andre Heinrich

We present fast and highly parallelized versions of Shor's algorithm. With a sizable quantum computer it would then be possible to factor numbers with millions of digits. The main algorithm presented here uses FFT-based fast integer…

量子物理 · 物理学 2007-05-23 Christof Zalka

The widespread use of quantile regression methods depends crucially on the existence of fast algorithms. Despite numerous algorithmic improvements, the computation time is still non-negligible because researchers often estimate many…

计量经济学 · 经济学 2020-04-08 Victor Chernozhukov , Iván Fernández-Val , Blaise Melly

We give a 3/2-approximation algorithm for stable matchings that runs in $O(m)$ time. The previously best known algorithm by McDermid has the same approximation ratio but runs in $O(n^{3/2}m)$ time, where $n$ denotes the number of people and…

数据结构与算法 · 计算机科学 2014-04-07 Katarzyna Paluch

A graph-inspired classifier, known as Optimum-Path Forest (OPF), has proven to be a state-of-the-art algorithm comparable to Logistic Regressors, Support Vector Machines in a wide variety of tasks. Recently, its Python-based version,…

机器学习 · 计算机科学 2021-06-23 Gustavo H. de Rosa , João Paulo Papa

The Subset-Sums Ratio problem (SSR) is an optimization problem in which, given a set of integers, the goal is to find two subsets such that the ratio of their sums is as close to 1 as possible. In this paper we develop a new FPTAS for the…

数据结构与算法 · 计算机科学 2019-12-20 Nikolaos Melissinos , Aris Pagourtzis

We study the problem of computing a preemptive schedule of equal-length jobs with given release times, deadlines and weights. Our goal is to maximize the weighted throughput, which is the total weight of completed jobs. In Graham's notation…

数据结构与算法 · 计算机科学 2007-05-23 Philippe Baptiste , Marek Chrobak , Christoph Durr , Wojciech Jawor , Nodari Vakhania

In this paper, we propose a parallel optimization method for electronic structure calculations based on a single orbital-updating approximation. It is shown by our numerical experiments that the method is efficient and reliable for atomic…

数值分析 · 数学 2015-11-20 Xiaoying Dai , Zhuang Liu , Xin Zhang , Aihui Zhou

Non-parametric two-sample tests based on energy distance or maximum mean discrepancy are widely used statistical tests for comparing multivariate data from two populations. While these tests enjoy desirable statistical properties, their…

统计计算 · 统计学 2024-06-11 Elias Chaibub Neto

We describe recent progress in developing practical ab initio methods for which the computer effort is proportional to the number of atoms: linear scaling or O(N) methods. It is shown that the locality property of the density matrix gives a…

凝聚态物理 · 物理学 2007-05-23 D. R. Bowler , I. J. Bush , M. J. Gillan

The most efficient way to calculate strong bisimilarity is by calculation the relational coarsest partition on a transition system. We provide the first linear time algorithm to calculate strong bisimulation using parallel random access…

分布式、并行与集群计算 · 计算机科学 2021-05-26 Jan Martens , Jan Friso Groote , Lars van den Haak , Pieter Hijma , Anton Wijs

Sometimes only some digits of a numerical product or some terms of a polynomial or series product are required. Frequently these constitute the most significant or least significant part of the value, for example when computing initial…

符号计算 · 计算机科学 2024-07-08 Arthur C. Norman , Stephen M. Watt

A new Combined Sieve algorithm is presented with cost proportional to the number of enumerated factors over a series of intervals. This algorithm achieves a significant speedup, over a traditional sieve, when handling many ([10^4, 10^7])…

数论 · 数学 2020-12-08 Seth Troisi

Parametric linear programming is a central operation for polyhedral computations, as well as in certain control applications.Here we propose a task-based scheme for parallelizing it, with quasi-linear speedup over large problems.This type…

计算几何 · 计算机科学 2020-10-01 Camille Coti , David Monniaux , Hang Yu

We improve the running times of $O(1)$-approximation algorithms for the set cover problem in geometric settings, specifically, covering points by disks in the plane, or covering points by halfspaces in three dimensions. In the unweighted…

计算几何 · 计算机科学 2020-03-31 Timothy M. Chan , Qizheng He

Parametric linear programming is central in polyhedral computations and in certain control applications.We propose a task-based scheme for parallelizing it, with quasi-linear speedup over large problems.

分布式、并行与集群计算 · 计算机科学 2019-04-15 Camille Coti , David Monniaux , Hang Yu

This paper is a contribution to exploring and analyzing space-improvements in concurrent programming languages, in particular in the functional process-calculus CHF. Space-improvements are defined as a generalization of the corresponding…

编程语言 · 计算机科学 2019-02-25 Manfred Schmidt-Schauß , Nils Dallmeyer