中文
相关论文

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

200 篇论文

An effective means to approximate an analytic, nonperiodic function on a bounded interval is by using a Fourier series on a larger domain. When constructed appropriately, this so-called Fourier extension is known to converge geometrically…

数值分析 · 数学 2013-05-14 Ben Adcock , Daan Huybrechs , Jesus Martin-Vaquero

Gappa uses interval arithmetic to certify bounds on mathematical expressions that involve rounded as well as exact operators. Gappa generates a theorem with its proof for each bound treated. The proof can be checked with a higher order…

数学软件 · 计算机科学 2007-06-13 Marc Daumas , Guillaume Melquiond

Most state-of-the-art branch-and-bound solvers for mixed-integer linear programming rely on limited-precision floating-point arithmetic and use numerical tolerances when reasoning about feasibility and optimality during their search. While…

最优化与控制 · 数学 2025-04-04 Alexander Hoen , Ambros Gleixner

The problem of exactly generating a general random process (target process) by using another general random process (coin process) is studied. The performance of the interval algorithm, introduced by Han and Hoshi, is analyzed from the…

信息论 · 计算机科学 2019-08-27 Shun Watanabe , Te Sun Han

Using exact computer arithmetic, it is possible to determine the (exact) solution of a numerical model without rounding error. For such purposes, a corresponding system of equations should be exactly defined, either directly or by…

数值分析 · 数学 2019-06-17 J. Dvornik , A. Jaguljnjak Lazarevic , D. Lazarevic , M. Uros

Some recent processors are not equipped with an integer division unit. Compilers then implement division by a call to a special function supplied by the processor designers, which implements division by a loop producing one bit of quotient…

计算机科学中的逻辑 · 计算机科学 2022-07-19 David Monniaux , Alice Pain

Our goal is to find accurate and efficient algorithms, when they exist, for evaluating rational expressions containing floating point numbers, and for computing matrix factorizations (like LU and the SVD) of matrices with rational…

数值分析 · 数学 2025-10-20 James Demmel

We unify several seemingly different graph and digraph classes under one umbrella. These classes are all broadly speaking different generalizations of interval graphs, and include, in addition to interval graphs, also adjusted interval…

离散数学 · 计算机科学 2018-06-28 Pavol Hell , Jing Huang , Ross M. McConnell , Arash Rafiey

Multiplication of n-digit integers by long multiplication requires O(n^2) operations and can be time-consuming. In 1970 A. Schoenhage and V. Strassen published an algorithm capable of performing the task with only O(n log(n)) arithmetic…

数值分析 · 计算机科学 2010-06-03 Thomas Steinke , Raazesh Sainudiin

The Smatch metric is a popular method for evaluating graph distances, as is necessary, for instance, to assess the performance of semantic graph parsing systems. However, we observe some issues in the metric that jeopardize meaningful…

计算与语言 · 计算机科学 2025-10-17 Juri Opitz

In this thesis, work is undertaken towards the design in hardware description languages and implementation in FPGA of an out-of-order execution engine of floating-point arithmetic operations for the Lagarto II core. A first proposal covers…

硬件体系结构 · 计算机科学 2021-11-04 Cristóbal Ramírez Lazo

Geometric predicates are a basic ingredient to implement a vast range of algorithms in computational geometry. Modern implementations employ floating point filtering techniques to combine efficiency and robustness, and state-of-the-art…

计算几何 · 计算机科学 2025-01-24 Marco Attene

Floating-point accumulation networks (FPANs) are key building blocks used in many floating-point algorithms, including compensated summation and double-double arithmetic. FPANs are notoriously difficult to analyze, and algorithms using…

数值分析 · 数学 2025-05-27 David K. Zhang , Alex Aiken

We describe various issues caused by the lack of round-to-nearest mode in the \textit{gcc} compiler implementation of the fixed-point arithmetic data types and operations. We demonstrate that round-to-nearest is not performed in the…

数学软件 · 计算机科学 2020-08-11 Mantas Mikaitis

To obtain accurate results in numerical computation, high-precision arithmetic is a straightforward approach. However, most processors lack hardware support for floating-point formats beyond double precision (FP64). Double-word arithmetic…

数学软件 · 计算机科学 2025-10-16 Daichi Mukunoki , Katsuhisa Ozaki

Floating point division, even though being an infrequent operation in the traditional sense, is indis- pensable when it comes to a range of non-traditional applications such as K-Means Clustering and QR Decomposition just to name a few. In…

硬件体系结构 · 计算机科学 2017-05-02 Riyansh K. Karani , Akash K. Rana , Dhruv H. Reshamwala , Kishore Saldanha

Inspired by computer assisted proofs in analysis, we present an interval approach to real-number computations.

计算机科学中的逻辑 · 计算机科学 2018-04-16 Małgorzata Moczurad , Piotr Zgliczyński

Numerous purportedly improved metaheuristics claim superior performance based on equivalent function evaluations (FEs), yet often conceal additional computational burdens in more intensive iterations, preprocessing stages, or hyperparameter…

神经与进化计算 · 计算机科学 2025-09-12 Junbo Jacob Lian

In recent years, half precision floating-point arithmetic has gained wide support in hardware and software stack thanks to the advance of artificial intelligence and machine learning applications. Operating at half precision can…

数值分析 · 数学 2024-09-19 Longfei Gao , Kevin Harms

In recent work, Lemire (2021) presented a fast algorithm to convert number strings into binary floating-point numbers. The algorithm has been adopted by several important systems: e.g., it is part of the runtime libraries of GCC 12, Rust…

数据结构与算法 · 计算机科学 2023-06-06 Noble Mushtak , Daniel Lemire