AbstractThe prefix-sum operation, which returns all prefix sums on a sequence of numbers, plays an important role in many applications. We study how to efficiently evaluate prefix sums on positive floating-point numbers such that the worst-case roundoff error of each sum is minimized. A direct approach to this problem builds a Huffman tree for each prefix subsequence from scratch, requiring exactly quadratic time for every input X. We can do better by taking advantage of the current Huffman tree to build the next Huffman tree, using dynamic insertions and deletions on Huffman trees. Consequently, subquadratic time suffices for various input patterns. We also provide experimental comparisons of all the algorithms studied in this paper on inp...
AbstractLet A be a sequence of n real numbers a1,a2,…,an. We consider the Sum Selection Problem as t...
Rounded Arithmetic is the traditional way of presenting previous year accounts. The method of showin...
The k-SUM problem is given n input real numbers to determine whether any k of them sum to zero. The ...
AbstractThe prefix-sum operation, which returns all prefix sums on a sequence of numbers, plays an i...
Given an integer array A, the prefix-sum problem is to answer sum(i) queries that return the sum of ...
AbstractSummation is a basic operation in scientific computing; furthermore division-free arithmetic...
International audienceThis paper presents a study of some basic blocks needed in the design of float...
A binary tree is regarded as a prefix-free binary code, in which the weighted sum of the lengths of ...
To analyze a priori the accuracy of an algorithm in oating-point arithmetic, one usually derives a u...
The summation of n floating-point numbers is ubiquitous in numerical computations. We present a new ...
AbstractGiven a sequence of n real numbers A=a1,a2,…,an and a positive integer k, the Sum Selection ...
In this paper we study the Prefix Sum problem introduced by Fredman. We show that it is possible to ...
We describe an algorithm computing an optimal prefix free code for n unsorted positive weights in le...
10 pagesInternational audienceThis paper presents a study of some basic blocks needed in the design ...
This paper considers the problem of maintaining statistic aggregates over the last W elements of a d...
AbstractLet A be a sequence of n real numbers a1,a2,…,an. We consider the Sum Selection Problem as t...
Rounded Arithmetic is the traditional way of presenting previous year accounts. The method of showin...
The k-SUM problem is given n input real numbers to determine whether any k of them sum to zero. The ...
AbstractThe prefix-sum operation, which returns all prefix sums on a sequence of numbers, plays an i...
Given an integer array A, the prefix-sum problem is to answer sum(i) queries that return the sum of ...
AbstractSummation is a basic operation in scientific computing; furthermore division-free arithmetic...
International audienceThis paper presents a study of some basic blocks needed in the design of float...
A binary tree is regarded as a prefix-free binary code, in which the weighted sum of the lengths of ...
To analyze a priori the accuracy of an algorithm in oating-point arithmetic, one usually derives a u...
The summation of n floating-point numbers is ubiquitous in numerical computations. We present a new ...
AbstractGiven a sequence of n real numbers A=a1,a2,…,an and a positive integer k, the Sum Selection ...
In this paper we study the Prefix Sum problem introduced by Fredman. We show that it is possible to ...
We describe an algorithm computing an optimal prefix free code for n unsorted positive weights in le...
10 pagesInternational audienceThis paper presents a study of some basic blocks needed in the design ...
This paper considers the problem of maintaining statistic aggregates over the last W elements of a d...
AbstractLet A be a sequence of n real numbers a1,a2,…,an. We consider the Sum Selection Problem as t...
Rounded Arithmetic is the traditional way of presenting previous year accounts. The method of showin...
The k-SUM problem is given n input real numbers to determine whether any k of them sum to zero. The ...