中文
相关论文

相关论文: Recursive function templates as a solution of line…

200 篇论文

An explicit C++ library is provided which deals with Zernike Functions over the unit circle as the main subject. The implementation includes basic means to evaluate the functions at points inside the unit circle and to convert the radial…

数值分析 · 数学 2015-06-09 Richard J. Mathar

This proposal discusses the growing challenges in reverse engineering modern software binaries, particularly those compiled from newer system programming languages such as Rust, Go, and Mojo. Traditional reverse engineering techniques,…

软件工程 · 计算机科学 2025-06-05 Zhuo Zhuo , Xiangyu Zhang

To reliably model real robot characteristics, interval linear systems of equations allow to describe families of problems that consider sets of values. This allows to easily account for typical complexities such as sets of joint states and…

机器人学 · 计算机科学 2021-04-02 Joshua Pickard , Vincent Padois , Milan Hladík , David Daney

A study of the existing linear algebra libraries that you can use from C++

数学软件 · 计算机科学 2011-03-17 Claire Mouton

We present a generic C++ design to perform efficient and exact geometric computations using lazy evaluations. Exact geometric computations are critical for the robustness of geometric algorithms. Their efficiency is also critical for most…

计算几何 · 计算机科学 2007-05-23 Sylvain Pion , Andreas Fabri

This article introduces 'cpp11armadillo', a new R package that integrates the powerful Armadillo C++ library for linear algebra into the R programming environment. Targeted primarily at social scientists and other non-programmers, this…

数学软件 · 计算机科学 2025-02-25 Mauricio Vargas Sepúlveda , Jonathan Schneider Malamud

Recursive blocked algorithms have proven to be highly efficient at the numerical solution of the Sylvester matrix equation and its generalizations. In this work, we show that these algorithms extend in a seamless fashion to…

数值分析 · 数学 2019-05-24 Minhong Chen , Daniel Kressner

Complexity bounds for many problems on matrices with univariate polynomial entries have been improved in the last few years. Still, for most related algorithms, efficient implementations are not available, which leaves open the question of…

符号计算 · 计算机科学 2019-05-14 Seung Gyu Hyun , Vincent Neiger , Éric Schost

The dune-functions dune module introduces a new programmer interface for discrete and non-discrete functions. Unlike the previous interfaces considered in the existing dune modules, it is based on overloading operator(), and returning…

数学软件 · 计算机科学 2017-04-10 Christian Engwer , Carsten Gräser , Steffen Müthing , Oliver Sander

We introduce a novel scheme of quantum recursive programming, in which large unitary transformations, i.e. quantum gates, can be recursively defined using quantum case statements, which are quantum counterparts of conditionals and case…

编程语言 · 计算机科学 2023-11-06 Mingsheng Ying , Zhicheng Zhang

We propose a new diagrammatic modeling language, DML. The paradigm used is that of the category theory and in particular of the pushout tool. We show that most of the object-oriented structures can be described with this tool and have many…

符号计算 · 计算机科学 2008-09-04 Jean-Guillaume Dumas , Dominique Duval

Recurrence equations lie at the heart of many computational paradigms including dynamic programming, graph analysis, and linear solvers. These equations are often expensive to compute and much work has gone into optimizing them for…

编程语言 · 计算机科学 2023-09-12 Shiv Sundram , Muhammad Usman Tariq , Fredrik Kjolstad

We describe an ACL2 package for defining partial recursive functions that also supports efficient execution. While packages for defining partial recursive functions already exist for other theorem provers, they often require inductive…

计算机科学中的逻辑 · 计算机科学 2013-05-01 David Greve , Konrad Slind

We present programming techniques to illustrate the facilities and principles of C++ generic programming using concepts. Concepts are C++'s way to express constraints on generic code. As an initial example, we provide a simple type system…

编程语言 · 计算机科学 2025-10-13 Bjarne Stroustrup

We introduce the Bandicoot C++ library for linear algebra and scientific computing on GPUs, overviewing its user interface and performance characteristics, as well as the technical details of its internal design. Bandicoot is the…

数学软件 · 计算机科学 2025-09-23 Ryan R. Curtin , Marcus Edel , Conrad Sanderson

Robust optimization is a very popular means to address decision-making problems affected by uncertainty. Its success has been fueled by its attractive robustness and scalability properties, by ease of modeling, and by the limited…

最优化与控制 · 数学 2020-06-17 Phebe Vayanos , Qing Jin , George Elissaios

In this article, we establish a class of new accelerated modulus-based iteration methods for solving the linear complementarity problem. When the system matrix is an $H_+$-matrix, we present appropriate criteria for the convergence…

最优化与控制 · 数学 2023-05-05 Bharat Kumar , Deepmala , A. K. Das

The computation of matrix functions is a well-studied problem. Of special importance are the exponential and the logarithm of a matrix, where the latter also raises existence and uniqueness questions. This is particularly relevant in the…

环与代数 · 数学 2024-06-17 Ellen Baake , Michael Baake

We present a novel class of methods to compute functions of matrices or their action on vectors that are suitable for parallel programming. Solving appropriate simple linear systems of equations in parallel (or computing the inverse of…

数值分析 · 数学 2022-10-10 Sergio Blanes

In this article we discuss the presentation of a random binary matrix using sequence of whole nonnegative numbers. We examine some advantages and disadvantages of this presentation as an alternative of the standard presentation using…

数学软件 · 计算机科学 2012-01-18 Hristina Kostadinova , Krasimir Yordzhev