English

RCHOL: Randomized Cholesky Factorization for Solving SDD Linear Systems

Numerical Analysis 2021-09-06 v4 Mathematical Software Numerical Analysis

Abstract

We introduce a randomized algorithm, namely RCHOL, to construct an approximate Cholesky factorization for a given Laplacian matrix (a.k.a., graph Laplacian). From a graph perspective, the exact Cholesky factorization introduces a clique in the underlying graph after eliminating a row/column. By randomization, RCHOL only retains a sparse subset of the edges in the clique using a random sampling developed by Spielman and Kyng. We prove RCHOL is breakdown-free and apply it to solving large sparse linear systems with symmetric diagonally dominant matrices. In addition, we parallelize RCHOL based on the nested dissection ordering for shared-memory machines. We report numerical experiments that demonstrate the robustness and the scalability of RCHOL. For example, our parallel code scaled up to 64 threads on a single node for solving the 3D Poisson equation, discretized with the 7-point stencil on a 1024×1024×10241024\times 1024 \times 1024 grid, a problem that has one billion unknowns.

Keywords

Cite

@article{arxiv.2011.07769,
  title  = {RCHOL: Randomized Cholesky Factorization for Solving SDD Linear Systems},
  author = {Chao Chen and Tianyu Liang and George Biros},
  journal= {arXiv preprint arXiv:2011.07769},
  year   = {2021}
}
R2 v1 2026-06-23T20:15:59.569Z