中文
相关论文

相关论文: C++ Codes of Implicit Lu Algorithms for Absdll01

200 篇论文

We present the algorithms for three popular methods: F-expansion, modified F-expansion, and first integral methods to automatically get closed-form traveling-wave solutions of nonlinear partial differential equations (NLPDEs). We generalize…

计算物理 · 物理学 2023-04-18 Mithun Bairagi

The objective of this paper is to develop a functional programming language for quantum computers. We develop a lambda calculus for the classical control model, following the first author's work on quantum flow-charts. We define a…

计算机科学中的逻辑 · 计算机科学 2009-02-26 Peter Selinger , Benoit Valiron

Numerical solutions for flows in partially saturated porous media pose challenges related to the non-linearity and elliptic-parabolic degeneracy of the governing Richards' equation. Iterative methods are therefore required to manage the…

数值分析 · 数学 2024-02-02 Nicolae Suciu , Florin A. Radu , Jakob S. Stokke , Emil Cătinaş , Andra Malina

The demonstrated code-understanding capability of LLMs raises the question of whether they can be used for automated program verification, a task that demands high-level abstract reasoning about program properties that is challenging for…

形式语言与自动机理论 · 计算机科学 2024-04-26 Haoze Wu , Clark Barrett , Nina Narodytska

This paper considers finite-automata based algorithms for handling linear arithmetic with both real and integer variables. Previous work has shown that this theory can be dealt with by using finite automata on infinite words, but this…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Bernard Boigelot , Sebastien Jodogne , Pierre Wolper

The linear programming method is applied to the space $\U_n(\C)$ of unitary matrices in order to obtain bounds for codes relative to the diversity sum and the diversity product. Theoretical and numerical results improving previously known…

信息论 · 计算机科学 2008-12-18 Jean Creignou , Hervé Diet

Numerical experiments are performed in order to study the performance of ABS codes in solving non-linear systems of equations.

数值分析 · 数学 2025-10-20 E. Bodon , A. Del Popolo , L. Luksan , E. Spedicato

This paper introduces the notion of Constrained Locating Arrays (CLAs), mathematical objects which can be used for fault localization in software testing. CLAs extend ordinary locating arrays to make them applicable to testing of systems…

软件工程 · 计算机科学 2019-06-03 Hao Jin , Tatsuhiro Tsuchiya

I present a lightweight C++ library for the evaluation of classical polylogarithms Li_n and the special function Li_{22} for arbitrary complex arguments. The evaluation is possible in arbitrary precision arithmetic and features also an…

高能物理 - 唯象学 · 物理学 2016-06-01 Sebastian Kirchner

We overview the ensmallen numerical optimization library, which provides a flexible C++ framework for mathematical optimization of user-supplied objective functions. Many types of objective functions are supported, including general,…

数学软件 · 计算机科学 2024-02-12 Ryan R. Curtin , Marcus Edel , Rahul Ganesh Prabhu , Suryoday Basak , Zhihao Lou , Conrad Sanderson

An uninterpreted program (UP) is a program whose semantics is defined over the theory of uninterpreted functions. This is a common abstraction used in equivalence checking, compiler optimization, and program verification. While simple, the…

计算机科学中的逻辑 · 计算机科学 2021-07-28 Hari Govind V K , Sharon Shoham , Arie Gurfinkel

The paper is devoted to the implicit function theorem involving singular mappings.We also discuss the form of the tangent cone to the solution set of the generalized equations in singular case and give some examples of applications to…

泛函分析 · 数学 2018-11-14 Agnieszka Prusinska , Ewa Bednarczuk , Alexey Tret'yakov

We introduce the new concept of computation coding. Similar to how rate-distortion theory is concerned with the lossy compression of data, computation coding deals with the lossy computation of functions. Particularizing to linear…

信息论 · 计算机科学 2021-02-02 Ralf Müller , Bernhard Gäde , Ali Bereyhi

In the article \The State of SAT", the authors asked whether a procedure dramatically different from DPLL can be found for handling unsatisfiable instances. This study proposes a new linear programming approach to address this issue…

计算复杂性 · 计算机科学 2018-08-20 Chengling Fang , Jiang Liu

Implicit computational complexity is a lively area of theoretical computer science, which aims to provide machine-independent characterizations of relevant complexity classes. % for uniformity with subsequent uses >> 1960s (but feel free to…

计算复杂性 · 计算机科学 2025-08-28 Melissa Antonelli , Arnaud Durand , Juha Kontinen

We introduce the implicitly constrained least squares (ICLS) classifier, a novel semi-supervised version of the least squares classifier. This classifier minimizes the squared loss on the labeled data among the set of parameters implied by…

机器学习 · 统计学 2017-01-31 Jesse H. Krijthe , Marco Loog

This paper explores the relationship between C++ templates and partial evaluation. Templates were designed to support generic programming, but unintentionally provided the ability to perform compile-time computations and code generation.…

编程语言 · 计算机科学 2007-05-23 Todd L. Veldhuizen

We describe a type system with mixed linear and non-linear recursive types called LNL-FPC (the linear/non-linear fixpoint calculus). The type system supports linear typing, which enhances the safety properties of programs, but also supports…

编程语言 · 计算机科学 2023-06-22 Bert Lindenhovius , Michael Mislove , Vladimir Zamdzhiev

Further investigations of implicit solutions to non-linear partial differential equations are pursued. Of particular interest are the equations which are Lorentz invariant. The question of which differential equations of second order for a…

数学物理 · 物理学 2009-11-10 David B. Fairlie

Vector operations play an important role in high performance computing and are typically provided by highly optimized libraries that implement the BLAS (Basic Linear Algebra Subprograms) interface. In C++ templates and operator overloading…

数学软件 · 计算机科学 2011-09-07 J. Progsch , Y. Ineichen , A. Adelmann