中文
相关论文

相关论文: New Developments in Interval Arithmetic and Their …

200 篇论文

Simple floating point operations like addition or multiplication on normalized floating point values can be computed by current AMD and Intel processors in three to five cycles. This is different for denormalized numbers, which appear when…

性能 · 计算机科学 2015-06-15 Markus Wittmann , Thomas Zeiser , Georg Hager , Gerhard Wellein

This paper presents a systematic study of the calculus of interval-valued functions and its application to interval differential equations. To this end, first, we introduce new interval arithmetic operations. Under new operations, the space…

综合数学 · 数学 2025-12-01 Wei Liu , Muhammad Aamir Ali , Yanrong An

Reasoning about floating-point arithmetic is notoriously hard. While static and dynamic analysis techniques or program repair have made significant progress, more work is still needed to make them relevant to real-world code. On the…

编程语言 · 计算机科学 2026-03-11 Andrea Gilot , Tobias Wrigstad , Eva Darulova

IIn computational geometry, the construction of essential primitives like convex hulls, Voronoi diagrams and Delaunay triangulations require the evaluation of the signs of determinants, which are sums of products. The same signs are needed…

计算几何 · 计算机科学 2021-09-20 Walter F. Mascarenhas

A novel algorithm for producing smooth nonlinearities on digital hardware is presented. The non-linearities are inherently quadratic and have both symmetrical and asymmetrical variants. The integer (and fixed point) implementation is highly…

机器学习 · 计算机科学 2021-09-28 Adedamola Wuraola , Nitish Patel

We present an efficiently executable, formally verified implementation of interval iteration for MDPs. Our correctness proofs span the entire development from the high-level abstract semantics of MDPs to a low-level implementation in LLVM…

计算机科学中的逻辑 · 计算机科学 2025-10-07 Bram Kohlen , Maximilian Schäffeler , Mohammad Abdulaziz , Arnd Hartmanns , Peter Lammich

What is called "numerical reproducibility" is the problem of getting the same result when the scientific computation is run several times, either on the same machine or on different machines, with different types and numbers of processing…

数值分析 · 计算机科学 2014-05-20 Nathalie Revol , Philippe Théveny

Nowadays, parallel computing is ubiquitous in several application fields, both in engineering and science. The computations rely on the floating-point arithmetic specified by the IEEE754 Standard. In this context, an elementary brick of…

计算与语言 · 计算机科学 2022-05-12 Farah Benmouhoub , Pierre-Loïc Garoche , Matthieu Martel

The study addresses the problem of precision in floating-point (FP) computations. A method for estimating the errors which affect intermediate and final results is proposed and a summary of many software simulations is discussed. The basic…

数值分析 · 计算机科学 2012-01-31 Glauco Masotti

Floating point arithmetic allows us to use a finite machine, the digital computer, to reach conclusions about models based on continuous mathematics. In this article we work in the other direction, that is, we present examples in which…

数值分析 · 数学 2017-10-05 Walter F. Mascarenhas

We propose a novel way of generalizing the class of interval graphs, via a graph width parameter called the simultaneous interval number. This parameter is related to the simultaneous representation problem for interval graphs and defined…

离散数学 · 计算机科学 2024-04-17 Jesse Beisegel , Nina Chiarelli , Ekkehard Köhler , Martin Milanič , Peter Muršič , Robert Scheffler

As developers of libraries implementing interval arithmetic, we faced the same difficulties when it comes to testing our libraries. What must be tested? How can we devise relevant test cases for unit testing? How can we ensure a high (and…

数学软件 · 计算机科学 2023-07-17 Luis Benet , Luca Ferranti , Nathalie Revol

The work is devoted to the construction of a new type of intervals -- functional intervals. These intervals are built on the idea of expanding boundaries from numbers to functions. Functional intervals have shown themselves to be promising…

数值分析 · 数学 2022-10-27 Dmitry A. Skorik

Block Floating Point (BFP) arithmetic is currently seeing a resurgence in interest because it requires less power, less chip area, and is less complicated to implement in hardware than standard floating point arithmetic. This paper explores…

数值分析 · 数学 2023-07-04 Nils Kohl , Stephen F. McCormick , Rasmus Tamstorf

The work is devoted to the construction of a new interval arithmetic which would combine algorithmic efficiency and high quality estimation of the ranges of expressions.

数值分析 · 数学 2022-04-21 Dmitry A. Skorik

Interval analysis, when applied to the so called problem of experimental data fitting, appears to be still in its infancy. Sometimes, partly because of the unrivaled reliability of interval methods, we do not obtain any results at all.…

数据分析、统计与概率 · 物理学 2009-03-03 Marek W. Gutowski

Many algorithms feature an iterative loop that converges to the result of interest. The numerical operations in such algorithms are generally implemented using finite-precision arithmetic, either fixed- or floating-point, most of which…

硬件体系结构 · 计算机科学 2019-10-02 He Li , James J. Davis , John Wickerson , George A. Constantinides

State-of-the-art static analysis tools for verifying finite-precision code compute worst-case absolute error bounds on numerical errors. These are, however, often not a good estimate of accuracy as they do not take into account the…

编程语言 · 计算机科学 2017-08-07 Anastasiia Izycheva , Eva Darulova

From a theoretical point of view, finding the solution set of a system of inequalities in only two variables is easy. However, if we want to get rigorous bounds on this set with floating point arithmetic, in all possible cases, then things…

数据结构与算法 · 计算机科学 2021-09-21 Walter F. Mascarenhas

A classical problem in number theory is showing that the mean value of an arithmetic function is asymptotic to its mean value over a short interval or over an arithmetic progression, with the interval as short as possible or the modulus as…

数论 · 数学 2022-04-25 Ofir Gorodetsky