中文
相关论文

相关论文: A Generic Lazy Evaluation Scheme for Exact Geometr…

200 篇论文

A general-purpose C++ software program called $\mathbb{CGPOPS}$ is described for solving multiple-phase optimal control problems using adaptive Gaussian quadrature collocation. The software employs a Legendre-Gauss-Radau direct orthogonal…

最优化与控制 · 数学 2019-05-30 Yunus M. Agamawi , Anil V. Rao

Optimal use of computing resources requires extensive coding, tuning and benchmarking. To boost developer productivity in these time consuming tasks, we introduce the Experimental Linear Algebra Performance Studies framework (ELAPS), a…

性能 · 计算机科学 2015-05-01 Elmar Peise , Paolo Bientinesi

Debugging lazy functional programs poses serious challenges. In support of the "stop, examine, and resume" debugging style of imperative languages, some debugging tools abandon lazy evaluation. Other debuggers preserve laziness but present…

编程语言 · 计算机科学 2011-08-25 Stephen Chang , John Clements , Eli Barzilay , Matthias Felleisen

Interpolation is a fundamental technique in scientific computing and is at the heart of many scientific visualization techniques. There is usually a trade-off between the approximation capabilities of an interpolation scheme and its…

数学软件 · 计算机科学 2021-02-18 Joshua Horacsek , Usman Alim

Geometric algebra is an optimal frame work for calculating with vectors. The geometric algebra of a space includes elements that represent all the its subspaces (lines, planes, volumes, ...). Conformal geometric algebra expands this…

计算机视觉与模式识别 · 计算机科学 2013-06-07 Eckhard Hitzer

Automatic calibration of multi-camera systems, namely the accurate estimation of spatial extrinsic parameters, is fundamental for 3D reconstruction, panoramic perception, and multi-view data fusion. Existing methods typically rely on…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Chentian Sun

The graphical lasso \citep{FHT2007a} is an algorithm for learning the structure in an undirected Gaussian graphical model, using $\ell_1$ regularization to control the number of zeros in the precision matrix ${\B\Theta}={\B\Sigma}^{-1}$…

机器学习 · 统计学 2012-08-09 Rahul Mazumder , Trevor Hastie

We present a new efficient algortithm for construction of linear latent structure (LLS) models. This algorithm reduces a problem of estimation of model parameters to a sequence of problems of linear algebra, which assures a low…

概率论 · 数学 2007-06-13 Mikhail Kovtun , Igor Akushevich , Kenneth G. Manton , H. Dennis Tolley

During the last ten years, increasing efforts were made to improve and simplify the process from Computer Aided Design (CAD) modeling to a numerical simulation. It has been shown that the transition from one model to another, i.e. the…

计算工程、金融与科学 · 计算机科学 2018-10-01 Benjamin Wassermann , Stefan Kollmannsberger , Tino Bog , Ernst Rank

Convertibility checking - determining whether two lambda-terms are equal up to reductions - is a crucial component of proof assistants and dependently-typed languages. Practical implementations often use heuristics to quickly conclude that…

计算机科学中的逻辑 · 计算机科学 2026-01-12 Nathanaëlle Courant , Xavier Leroy

While advancements in quantization have significantly reduced the computational costs of inference in deep learning, training still predominantly relies on complex floating-point arithmetic. Low-precision fixed-point training presents a…

机器学习 · 计算机科学 2025-10-21 Hassan Hamad , Yuou Qiu , Peter A. Beerel , Keith M. Chugg

In this paper, we present Ginkgo, a modern C++ math library for scientific high performance computing. While classical linear algebra libraries act on matrix and vector objects, Ginkgo's design principle abstracts all functionality as…

In the limited workspace model, we consider algorithms whose input resides in read-only memory and that use only a constant or sublinear amount of writable memory to accomplish their task. We survey recent results in computational geometry…

计算几何 · 计算机科学 2018-06-18 Bahareh Banyassady , Matias Korman , Wolfgang Mulzer

In this paper, we present a generic framework to extend existing uniformly optimal convex programming algorithms to solve more general nonlinear, possibly nonconvex, optimization problems. The basic idea is to incorporate a local search…

最优化与控制 · 数学 2015-10-27 Saeed Ghadimi , Guanghui Lan , Hongchao Zhang

Multiple polylogarithms appear in analytic calculations of higher order corrections in quantum field theory. In this article we study the numerical evaluation of multiple polylogarithms. We provide algorithms, which allow the evaluation for…

高能物理 - 唯象学 · 物理学 2009-11-10 Jens Vollinga , Stefan Weinzierl

This article presents a new open-source C++ implementation to solve the SLAM problem, which is focused on genericity, versatility and high execution speed. It is based on an original object oriented architecture, that allows the combination…

The calibration of (low-cost) inertial sensors has become increasingly important over the past years since their use has grown exponentially in many applications going from unmanned aerial vehicle navigation to 3D-animation. However, this…

应用统计 · 统计学 2016-07-22 James Balamuta , Stephane Guerrier , Roberto Molinari , Wenchao Yang

The computation of Lagrangian coherent structures (LCS) has become a standard tool for the analysis of advective transport in unsteady flow applications. LCS identification is primarily accomplished by evaluating measures based on the…

流体动力学 · 物理学 2022-09-29 Siavash Ameli , Yogin Desai , Shawn C. Shadden

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

Much prior work has been done on designing computational geometry algorithms that handle input degeneracies, data imprecision, and arithmetic round-off errors. We take a new approach, inspired by the noisy sorting literature, and study…

计算几何 · 计算机科学 2025-09-01 David Eppstein , Michael T. Goodrich , Vinesh Sridhar