Solving Sparse, Symmetric, Diagonally-Dominant Linear Systems in Time $O (m^{1.31})$
Daniel A. Spielman, Shang-Hua Teng

TL;DR
This paper introduces an efficient linear-system solver for symmetric diagonally dominant matrices, achieving near-linear time complexity and extending combinatorial preconditioning techniques for improved performance.
Contribution
The work extends Vaidya's combinatorial preconditioning techniques to develop a faster solver for specific classes of sparse, symmetric, diagonally dominant matrices.
Findings
Solver runs in near-linear time for certain matrix classes
Time complexity depends on eigenvalue ratio and graph properties
Improved bounds for matrices with specific graph genus or minors
Abstract
We present a linear-system solver that, given an -by- symmetric positive semi-definite, diagonally dominant matrix with non-zero entries and an -vector , produces a vector within relative distance of the solution to in time , where is the log of the ratio of the largest to smallest non-zero eigenvalue of . In particular, , where is the logarithm of the ratio of the largest to smallest non-zero entry of . If the graph of has genus or does not have a minor, then the exponent of can be improved to the minimum of and . The key contribution of our work is an extension of Vaidya's techniques for constructing and analyzing combinatorial…
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 · Advanced Graph Theory Research · graph theory and CDMA systems
