中文
相关论文

相关论文: Cuba - a library for multidimensional numerical in…

200 篇论文

Vector Symbolic Architectures combine a high-dimensional vector space with a set of carefully designed operators in order to perform symbolic computations with large numerical vectors. Major goals are the exploitation of their…

人工智能 · 计算机科学 2021-12-17 Kenny Schlegel , Peer Neubert , Peter Protzel

The $2n$ dimensional manifold with two mutually commutative operators of differentiation is introduced. Nontrivial multidimensional integrable systems connected with arbitrary graded (semisimple) algebras are constructed. The general…

可精确求解与可积系统 · 物理学 2015-06-26 Andrey N. Leznov

Uncertainty is unavoidable in modeling dynamical systems and it may be represented mathematically by differential inclusions. In the past, we proposed an algorithm to compute validated solutions of differential inclusions; here we provide…

A new scalable parallel math library, dMath, is presented in this paper that demonstrates leading scaling when using intranode, or internode, hybrid-parallelism for deep-learning. dMath provides easy-to-use distributed base primitives and a…

神经与进化计算 · 计算机科学 2016-04-07 Steven Eliuk , Cameron Upright , Anthony Skjellum

We introduce a learning-based depth map fusion framework that accepts a set of depth and confidence maps generated by a Multi-View Stereo (MVS) algorithm as input and improves them. This is accomplished by integrating volumetric visibility…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Nathaniel Burgdorfer , Philippos Mordohai

Visibility is a fundamental concept in computational geometry, with numerous applications in surveillance, robotics, and games. This software paper presents T\v{r}iVis, a C++ library developed by the authors for computing numerous…

机器人学 · 计算机科学 2025-02-18 Jan Mikula , Miroslav Kulich , Libor Přeučil

This article presents updates to lifex [Africa, SoftwareX (2022)], a C++ library for high-performance finite element simulations of multiphysics, multiscale and multidomain problems. In this release, we introduce an additional intergrid…

数值分析 · 数学 2024-12-02 Michele Bucelli

IGUANA is a generic interactive visualisation framework based on a C++ component model. It provides powerful user interface and visualisation primitives in a way that is not tied to any particular physics experiment or detector design. The…

软件工程 · 计算机科学 2008-11-26 George Alverson , Giulio Eulisse , Shahzad Muzaffar , Ianna Osborne , Lassi A. Tuura , Lucas Taylor

We present the software library libCreme which we have previously used to successfully calculate convex-roof entanglement measures of mixed quantum states appearing in realistic physical systems. Evaluating the amount of entanglement in…

量子物理 · 物理学 2015-05-28 Beat Röthlisberger , Jörg Lehmann , Daniel Loss

We present two cubature on Wiener space algorithms for the numerical solution of McKean-Vlasov SDEs with smooth scalar interaction. The analysis hinges on sharp gradient to time-inhomogeneous parabolic PDEs bounds. These bounds may be of…

概率论 · 数学 2017-03-14 Dan Crisan , Eamon McMurray

Version 2.10 of the Distributed and Unified Numerics Environment DUNE introduces a range of enhancements across its core and extension modules, with a continued emphasis on modern C++ integration and improved usability. This release extends…

Reduze is a computer program for reducing Feynman Integrals to master integrals employing a Laporta algorithm. The program is written in C++ and uses classes provided by the GiNaC library to perform the simplifications of the algebraic…

计算物理 · 物理学 2014-11-20 C. Studerus

We present TriMe++, a multi-threaded software library designed for generating two-dimensional meshes for intricate geometric shapes using the Delaunay triangulation. Multi-threaded parallel computing is implemented throughout the meshing…

计算几何 · 计算机科学 2024-12-10 Jiayin Lu , Chris H. Rycroft

The Awkward Array library has been an important tool for physics analysis in Python since September 2018. However, some interface and implementation issues have been raised in Awkward Array's first year that argue for a reimplementation in…

数学软件 · 计算机科学 2021-02-03 Jim Pivarski , Peter Elmer , David Lange

Computational notebooks, while essential for data science, are limited by their one-dimensional interface, which poorly aligns with non-linear developer workflows and complicates collaboration and human-AI interaction. In this work, we…

软件工程 · 计算机科学 2025-03-24 Konstantin Grotov , Dmitry Botov

High dimensional integrals can be approximated well by quasi-Monte Carlo methods. However, determining the number of function values needed to obtain the desired accuracy is difficult without some upper bound on an appropriate semi-norm of…

数值分析 · 数学 2017-06-27 Fred J. Hickernell , Lluís Antoni Jiménez Rugama , Da Li

The modern CPU's design, which is composed of hierarchical memory and SIMD/vectorization capability, governs the potential for algorithms to be transformed into efficient implementations. The release of the AVX-512 changed things radically,…

数学软件 · 计算机科学 2018-03-13 Berenger Bramas

With the growth of machine learning algorithms with geometry primitives, a high-efficiency library with differentiable geometric operators are desired. We present an optimized Differentiable Geometry Algorithm Library (DGAL) loaded with…

计算几何 · 计算机科学 2020-11-24 Yuanxin Zhong

We present a comparison of several modern C++ libraries providing high-level interfaces for programming multi- and many-core architectures on top of CUDA or OpenCL. The comparison focuses on the solution of ordinary differential equations…

数学软件 · 计算机科学 2017-10-13 Denis Demidov , Karsten Ahnert , Karl Rupp , Peter Gottschling

The Convex Hull algorithm is one of the most important algorithms in computational geometry, with many applications such as in computer graphics, robotics, and data mining. Despite the advances in the new algorithms in this area, it is…

分布式、并行与集群计算 · 计算机科学 2023-03-21 Roberto Carrasco , Héctor Ferrada , Cristóbal A. Navarro , Nancy Hitschfeld