/PSU19

Using Stephan Gelever's C++ linear algebra library (github.com/gelever/linalgcpp), we extend it and add some functionality to the SparseMatrix class and graph partitioning functions. Then, we implement the conjugate gradient method with varying preconditioners, with the subject of interest being multi-level graph (laplacian) partitioning preconditioners.

Primary LanguageC++

PSU19