SDDM2023

View the Project on GitHub rjkyng/SDDM2023

  • Tutorial for SDDM solver experiments
  • Guide to testing other solvers
  • Examples and discussion of our APIs
  • Robust and Practical Solution of Laplacian Equations by Approximate Elimination: Experimental Evaluation

    Our paper Robust and Practical Solution of Laplacian Equations by Approximate Elimination(Yuan Gao, Rasmus Kyng, and Daniel A. Spielman) introduces a new Laplacian linear equation solver, ApproxChol, which is part of the Laplacians.jl package.

    The paper contains a suite of experiments comparing our solver to several other SDDM linear equation solvers. Our experiments and results are described in the paper.

    This repository provides the test suite code we used to run our experiments. The accompanying website is intended to help readers understand and reproduce our experiments on SDDM linear equation solvers.

    Read our tutorial to get started.