A CUR Krylov Solver for Large-Scale Linear Matrix Equations
Saeed Akbari, Damiano Lombardi, Hessam Babaee

TL;DR
This paper presents a novel CUR Krylov solver that efficiently tackles large-scale multi-term linear matrix equations by decomposing problems, selecting strategic subsets, and dynamically adjusting ranks, applicable to various complex matrix equations.
Contribution
The paper introduces a CUR decomposition-based Krylov method with a new iterative scheme for independent subproblem solving, scalable to extremely large matrices and adaptable in rank.
Findings
Successfully solves large-scale equations up to 10^13 unknowns.
Demonstrates effectiveness in time integration, Lyapunov, and nonlinear PDE contexts.
Provides a scalable, structure-agnostic approach for complex matrix equations.
Abstract
Developing efficient solvers for large-scale multi-term linear matrix equations remains a central challenge in numerical linear algebra and is still largely unresolved. This paper introduces a methodology leveraging CUR decomposition for solving large-scale generalized Sylvester as well as non-Sylvester multi-term equations on low-rank matrix manifolds. The approach decomposes the original equation into two smaller subproblems: one involving all columns with a small subset of rows, and the other involving all rows with a small subset of columns. The rows and columns are strategically selected using the discrete empirical interpolation method. We further utilize the CUR properties and propose a novel iterative scheme that removes the dependencies between selected and unselected rows (and likewise for columns), thereby enabling the subset problems to be solved independently. We present a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Model Reduction and Neural Networks · Numerical Methods and Algorithms
