中文
相关论文

相关论文: Functions to Support Input and Output of Intervals

200 篇论文

When designing an algorithm, one cares about arithmetic/computational complexity, but data movement (I/O) complexity plays an increasingly important role that highly impacts performance and energy consumption. For a given algorithm and a…

计算复杂性 · 计算机科学 2024-04-26 Lionel Eyraud-Dubois , Guillaume Iooss , Julien Langou , Fabrice Rastello

Four-dimensional renormalized (FDR) integrals play an increasingly important role in perturbative loop calculations. Thanks to them, loop computations can be performed directly in four dimensions and with no ultraviolet (UV) counterterms.…

高能物理 - 理论 · 物理学 2015-09-07 Roberto Pittau

Programs with floating-point computations are often derived from mathematical models or designed with the semantics of the real numbers in mind. However, for a given input, the computed path with floating-point numbers may differ from the…

编程语言 · 计算机科学 2016-08-08 Hélène Collavizza , Claude Michel , Michel Rueher

Context. The numerical modeling of the generation and transfer of polarized radiation is a key task in solar and stellar physics research and has led to a relevant class of discrete problems that can be reframed as linear systems. In order…

太阳与恒星天体物理 · 物理学 2021-12-08 Gioele Janett , Pietro Benedusi , Luca Belluzzi , Rolf Krause

Intermittently powered devices enable new applications in harsh or inaccessible environments, such as space or in-body implants, but also introduce problems in programmability and correctness. Researchers have developed programming models…

编程语言 · 计算机科学 2021-06-29 Milijana Surbatovich , Limin Jia , Brandon Lucia

The design of embedded control systems is mainly done with model-based tools such as Matlab/Simulink. Numerical simulation is the central technique of development and verification of such tools. Floating-point arithmetic, that is well-known…

编程语言 · 计算机科学 2015-05-18 Alexandre Chapoutot

In this paper, we present a toolbox for interval analysis in numpy, with an application to formal verification of neural network controlled systems. Using the notion of natural inclusion functions, we systematically construct interval…

系统与控制 · 电气工程与系统科学 2023-06-28 Akash Harapanahalli , Saber Jafarpour , Samuel Coogan

This article gives some properties of intervals in $\mathbb{R}$ and discusses some problems involving intervals for which the concept of outer measure on $\mathbb{R}$ provides a more efficient solution than an elementary approach. The outer…

综合数学 · 数学 2023-12-21 Ross Ure Anderson

The Dirichlet forms methods, in order to represent errors and their propagation, are particularly powerful in infinite dimensional problems such as models involving stochastic analysis encountered in finance or physics, cf. [5]. Now, coming…

概率论 · 数学 2016-11-04 Nicolas Bouleau

Arb is a C library for arbitrary-precision interval arithmetic using the midpoint-radius representation, also known as ball arithmetic. It supports real and complex numbers, polynomials, power series, matrices, and evaluation of many…

数学软件 · 计算机科学 2016-11-10 Fredrik Johansson

The ability to execute a large number of quantum gates in parallel is a fundamental requirement for quantum error correction, allowing an error threshold to exist under the finite coherence time of physical qubits. Recently, two-dimensional…

量子物理 · 物理学 2025-01-20 Fangxuan Liu , Gaoxiang Tang , Luming Duan , Yukai Wu

Randomized rounding is a standard method, based on the probabilistic method, for designing combinatorial approximation algorithms. In Raghavan's seminal paper introducing the method (1988), he writes: "The time taken to solve the linear…

数据结构与算法 · 计算机科学 2015-06-02 Neal E. Young

Linear programming has been practically solved mainly by simplex and interior point methods. Compared with the weakly polynomial complexity obtained by the interior point methods, the existence of strongly polynomial bounds for the length…

最优化与控制 · 数学 2024-04-23 Tianhao Liu , Shanwen Pu , Dongdong Ge , Yinyu Ye

Let $X$ be a random variable that takes its values in $\frac{1}{q}\mathbb{Z}$, for some integer $q\ge2$, and consider $X$ rounded to an integer, either downwards or upwards or to the nearest integer. We give general formulas for the…

概率论 · 数学 2025-04-10 Svante Janson

It is well known that many problems in interval computation are intractable, which restricts our attempts to solve large problems in reasonable time. This does not mean, however, that all problems are computationally hard. Identifying…

数值分析 · 计算机科学 2022-11-07 Milan Hladík

The proposed system of integer functions is logically fully independent from the traditional mathematical analysis of the real functions, but there is a well-defined mutual correspondence between the two disciplines. The system of integer…

综合数学 · 数学 2017-10-03 Jozsef Peredy

The work is devoted to the development of numerical methods for computing "formal solutions" of interval systems of linear algebraic equations. These solutions are found in Kaucher interval arithmetic, which extends and completes the…

数值分析 · 数学 2019-03-26 Sergey P. Shary

Expressions are not functions. Confusing the two concepts or failing to define the function that is computed by an expression weakens the rigour of interval arithmetic. We give such a definition and continue with the required re-statements…

数值分析 · 数学 2025-10-20 M. H. van Emden , B. Moa

Given real numbers whose sum is an integer, we study the problem of finding integers which match these real numbers as closely as possible, in the sense of L^p norm, while preserving the sum. We describe the structure of solutions for this…

数据结构与算法 · 计算机科学 2015-01-05 Rama Cont , Massoud Heidari

This paper focuses on computing the directional extremal boundary of a union of equal-radius circles. We introduce an efficient algorithm that accurately determines this boundary by analyzing the intersections and dominant relationships…

计算几何 · 计算机科学 2025-03-28 Alexander Gribov