Sparsified Block Elimination for Directed Laplacians
Richard Peng, Zhuoqing Song

TL;DR
This paper extends the sparsified block elimination algorithm to efficiently solve directed Laplacian linear systems, improving runtimes for various graph-related problems by leveraging sparsification and novel matrix constructions.
Contribution
It demonstrates that the undirected Laplacian solver approach applies to directed Laplacians, providing faster algorithms with improved theoretical guarantees.
Findings
Achieves faster solutions for directed Laplacian systems
Improves runtimes for PageRank and M-matrices
Introduces new matrix constructions for error analysis
Abstract
We show that the sparsified block elimination algorithm for solving undirected Laplacian linear systems from [Kyng-Lee-Peng-Sachdeva-Spielman STOC'16] directly works for directed Laplacians. Given access to a sparsification algorithm that, on graphs with vertices and edges, takes time to output a sparsifier with edges, our algorithm solves a directed Eulerian system on vertices and edges to relative accuracy in time where the notation hides factors. By previous results, this implies improved runtimes for linear systems in strongly connected directed graphs, PageRank matrices, and asymmetric M-matrices. When combined with slower…
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 · Graphene research and applications · Complexity and Algorithms in Graphs
