4.5 Article

NLEVP: A Collection of Nonlinear Eigenvalue Problems

Journal

Publisher

ASSOC COMPUTING MACHINERY
DOI: 10.1145/2427023.2427024

Keywords

Algorithms; Performance; Test problem; benchmark; nonlinear eigenvalue problem; rational eigenvalue problem; polynomial eigenvalue problem; quadratic eigenvalue problem; even; odd; gyroscopic; symmetric; Hermitian; elliptic; hyperbolic; overdamped; palindromic; proportionally-damped; MATLAB; Octave

Funding

  1. Engineering and Physical Sciences Research Council Grant [EP/H004009/1, EP/D079403/1, EP/E050441/1, EP/I005293/1]
  2. Royal Society-Wolfson Research Merit Award
  3. Leverhulme Research Fellowship
  4. Deutsche Forschungsgemeinschaft through MATHEON
  5. DFG Research Center Mathematics for key technologies in Berlin
  6. Engineering and Physical Sciences Research Council [EP/E050441/1, EP/I005293/1] Funding Source: researchfish
  7. EPSRC [EP/I005293/1, EP/D079403/1, EP/H004009/1, EP/E050441/1] Funding Source: UKRI

Ask authors/readers for more resources

We present a collection of 52 nonlinear eigenvalue problems in the form of a MATLAB toolbox. The collection contains problems from models of real-life applications as well as ones constructed specifically to have particular properties. A classification is given of polynomial eigenvalue problems according to their structural properties. Identifiers based on these and other properties can be used to extract particular types of problems from the collection. A brief description of each problem is given. NLEVP serves both to illustrate the tremendous variety of applications of nonlinear eigenvalue problems and to provide representative problems for testing, tuning, and benchmarking of algorithms and codes.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.5
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Article Computer Science, Interdisciplinary Applications

Accelerated Calderon preconditioning for Maxwell transmission problems

Antigoni Kleanthous, Timo Betcke, David P. Hewett, Paul Escapil-Inchauspe, Carlos Jerez-Hanckes, Anthony J. Baran

Summary: We investigate various techniques to accelerate Calderon preconditioning in the context of boundary integral equation methods for electromagnetic transmission problems. By employing barycentric meshes only for the preconditioner and discarding non-essential boundary integral operators, and by using a lower-quality H-matrix assembly routine with the novel approach of discarding far-field interactions, we achieve significant reductions in computational cost. Experimental results on scattering by multiple dielectric particles demonstrate that our accelerated implementation can significantly reduce memory cost and computation time compared to a non-accelerated implementation.

JOURNAL OF COMPUTATIONAL PHYSICS (2022)

Article Chemistry, Physical

Charge delocalization and hyperpolarizability in ionic liquids

Carlos Damian Rodriguez-Fernandez, Luis M. Varela, Christian Schroder, Elena Lopez Lago

Summary: This work evaluates the role of charge delocalization in the non-linear optical response of ionic liquids. The first and second hyperpolarizabilities for the non-linear processes of second harmonic generation (SHG) and electro-optical Kerr-Effect (EOKE) were estimated using density functional theory calculations. The results show that both charge delocalization and molecular geometry are crucial factors in governing the hyperpolarizabilities of ionic liquids.

JOURNAL OF MOLECULAR LIQUIDS (2022)

Article Mathematics, Applied

Hybrid coupling of finite element and boundary element methods using Nitsche's method and the Calderon projection

Timo Betcke, Michal Bosy, Erik Burman

Summary: In this paper, a hybrid method for FEM-BEM coupling is discussed. The coupling from both sides uses a Nitsche-type approach to couple to the trace variable. This leads to a formulation that is robust and flexible, and can easily be combined with other hybrid methods.

NUMERICAL ALGORITHMS (2022)

Article Optics

Deep learning in attosecond metrology

Christian Brunner, Andreas Duensing, Christian Schroeder, Michael Mittermair, Vladimir Golkov, Maximilian Pollanka, Daniel Cremers, Reinhard Kienberger

Summary: In this study, deep neural networks are applied to solve the challenge of information extraction from spectrograms recorded with the attosecond streak camera in time-resolved photoelectron spectroscopy. Extensive benchmarking on simulated data shows that the deep neural networks exhibit competitive retrieval quality and superior tolerance against noisy data conditions.

OPTICS EXPRESS (2022)

Article Mathematics, Applied

Iterative refinement of Schur decompositions

Zvonimir Bujanovic, Daniel Kressner, Christian Schroeder

Summary: The study focuses on computing a more accurate Schur decomposition from a given approximate Schur decomposition, and proposes a Newton-like algorithm that exhibits local quadratic convergence on matrices with mutually distinct eigenvalues.

NUMERICAL ALGORITHMS (2023)

Article Engineering, Electrical & Electronic

An OSRC Preconditioner for the EFIE

Ignacia Fierro-Piccardo, Timo Betcke

Summary: The electric field integral equation (EFIE) is a widely used tool for solving electromagnetic scattering problems. However, the development of efficient and easy-to-implement preconditioners for the EFIE is an ongoing research area. In recent years, operator preconditioning approaches have gained popularity, and the use of approximate local magnetic-to-electric (MtE) operators has shown promise in reducing computational costs. This article presents the implementation and numerical comparisons of these approximate MtE operators as preconditioners for the EFIE, highlighting their effectiveness.

IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION (2023)

Article Chemistry, Physical

Collective Spectroscopy of Solvation Phenomena: Conflicts, Challenges, and Opportunities

Philipp Honegger, Othmar Steinhauser, Christian Schroeder

Summary: Different spectroscopy types reveal different aspects of molecular processes in soft matter, with collective observables providing insights into intermolecular correlations. This perspective focuses on the interpretation of dielectric relaxation spectroscopy (DRS) utilizing computational spectroscopy. It discusses the history and recent advances of DRS in biomolecular hydration and nanoconfinement, while also providing guidance on utilizing collective spectroscopy types to understand soft matter phenomena.

JOURNAL OF PHYSICAL CHEMISTRY LETTERS (2023)

Article Mathematics, Applied

MATRIX MULTIPLICATION IN MULTIWORD ARITHMETIC: ERROR ANALYSIS AND APPLICATION TO GPU TENSOR CORES

Massimiliano Fasi, Nicholas J. Higham, Florent Lopez, Theo Mary, Mantas Mikaitis

Summary: This paper investigates the use of multiword arithmetic to improve the performance-accuracy tradeoff of matrix multiplication with mixed precision block fused multiply--add (FMA) hardware, focusing on NVIDIA GPUs' tensor cores. The authors develop an error analysis of multiword matrix multiplication and implement several algorithms using double-fp16 arithmetic. However, they find that double-fp16 is less accurate than fp32 arithmetic, despite satisfying the same worst-case error bound. By using probabilistic error analysis, they identify the rounding mode used by the NVIDIA tensor cores as the likely cause and propose a parameterized blocked summation algorithm to alleviate the problem and improve the performance-accuracy tradeoff.

SIAM JOURNAL ON SCIENTIFIC COMPUTING (2023)

Article Computer Science, Software Engineering

Combining Sparse Approximate Factorizations with Mixed-precision Iterative Refinement

Patrick Amestoy, Alfredo Buttari, Nicholas J. Higham, Jean-Yves L'excellent, Theo Mary, Bastien Vieuble

Summary: The speed and accuracy of the standard LU factorization-based solution process for linear systems can be improved by using mixed-precision iterative refinement. This study explores the potential of mixed-precision iterative refinement for enhancing methods for sparse systems based on approximate sparse factorizations. A new error analysis is developed for LU- and GMRES-based iterative refinement, considering the approximation methods used by modern sparse solvers. Performance analysis is conducted on different algorithms, based on selected iterative refinement variants and approximate sparse factorizations. The results show that mixed-precision iterative refinement combined with approximate sparse factorization can significantly reduce both time and memory consumption.

ACM TRANSACTIONS ON MATHEMATICAL SOFTWARE (2023)

Article Geochemistry & Geophysics

Preferential preservation of pre-aged terrestrial organic carbon by reactive iron in estuarine particles and coastal sediments of a large river-dominated estuary

Bin Zhao, Peng Yao, Xuchen Wang, Thomas S. Bianchi, Michael R. Shields, Christian Schroder, Zhigang Yu

Summary: The aim of this study was to investigate the changes in the bound form of reactive iron (Fe-R) and organic carbon (OC) from estuarine suspended particulate matter (SPM) to coastal sediments. The results showed that the percentage of OC bound to Fe-R remained stable in SPM and mobile-mud sediments, indicating that binding with Fe-R is a potential long-term protection mechanism for terrestrial OC. Fe-R was mainly associated with pre-aged soil OC of terrestrial plant origin.

GEOCHIMICA ET COSMOCHIMICA ACTA (2023)

Article Mathematics, Applied

COMPUTING THE SQUARE ROOT OF A LOW-RANK PERTURBATION OF THE SCALED IDENTITY MATRIX

Massimiliano Fasi, Nicholas J. Higham, Xiaobo Liu

Summary: This paper investigates the problem of computing the square root of a perturbation of the scaled identity matrix and proposes a new formula and Newton iteration method to calculate the result more efficiently.

SIAM JOURNAL ON MATRIX ANALYSIS AND APPLICATIONS (2023)

Article Chemistry, Multidisciplinary

Protex-A Python utility for proton exchange in molecular dynamics simulations

Florian Joerg, Marcus Wieder, Christian Schroeder

Summary: Protex is an open-source program that allows for proton exchanges of solvent molecules during molecular dynamics simulations, enhancing traditional simulations by permitting bond breaking or formation. It provides an easy-to-use interface for defining multiple proton sites for (de-)protonation using a single topology approach. Protex has been successfully applied to a protic ionic liquid system and compared to simulations without proton exchange, showing accurate calculation of transport properties.

FRONTIERS IN CHEMISTRY (2023)

Article Mathematics, Applied

PROBABILISTIC ROUNDING ERROR ANALYSIS OF HOUSEHOLDER QR FACTORIZATION

Michael P. Connolly, Nicholas J. Higham

Summary: This research proves that the normwise backward error bound for Householder QR factorization can be replaced by a probabilistic bound, which is applicable to various numerical linear algebra algorithms. Numerical experiments further validate this conclusion and show that the probabilistic bounds provide a better indicator of the actual backward errors and their rate of growth compared to worst-case bounds.

SIAM JOURNAL ON MATRIX ANALYSIS AND APPLICATIONS (2023)

Article Chemistry, Physical

Force field refinement for reproducing experimental infrared spectra of ionic liquids

Andras Szabadi, Aleksandar Doknic, Jonathan Netsch, Adam Mark Palvoegyi, Othmar Steinhauser, Christian Schroeder

Summary: We use polarizable molecular dynamics simulations to reproduce the infrared spectra of several ionic liquid cations and anions in the gas phase. Our results show that polarizable force fields provide a reasonable compromise between computational effort and accuracy for investigating IR spectra when treating the transition from gas to liquid phase carefully. The liquid phase not only changes the electrostatic environment of the molecules, but also introduces friction and intermolecular interactions, altering the IR spectrum significantly. Additionally, we tested the application of machine learning potentials in reproducing IR spectra but found that the main focus of this work is to improve the quality of polarizable force fields concerning vibrations rather than predicting IR spectra.

PHYSICAL CHEMISTRY CHEMICAL PHYSICS (2023)

Article Computer Science, Interdisciplinary Applications

The Influence and Contribution of Jack Dongarra to Numerical Linear Algebra

Sven Hammarling, Nicholas J. Higham

Summary: This article pays tribute to Jack Dongarra, the recipient of the 2021 ACM Turing Award, and focuses on his contributions to numerical linear algebra, specifically the development of algorithms and software for solving linear algebra problems reliably and efficiently. The article discusses various software projects initiated by Jack, from the BLAS and LINPACK to recent ones like SLATE, as well as highlighting some of his algorithmic contributions.

COMPUTING IN SCIENCE & ENGINEERING (2022)

No Data Available