quotient is a C++14 header-only implementation of the (Approximate) Minimum Degree reordering algorithm. Loosely speaking it is applicable for sparse Symmetric Quasi-SemiDefinite (SQSD) Cholesky factorizations.
There are no dependencies for installation of the headers.
But running the example drivers requires previous installation of the header-only command-line processing C++14 library specify.
The build system for the examples uses meson and the unit tests use Catch2.
Please see the quickstart documentation for a brief introduction to the library.
quotient is distributed under the
Mozilla Public License, v. 2.0.
