git clone https://gitlab.com/hodge_star/quotient
quotient is a
C++14,
header-only implementation of the (Approximate)
Minimum Degree reordering algorithm (and an alternative to
std::vector
which avoids default initialization).
Loosely speaking it is applicable for factoring sparse
Symmetric Quasi-SemiDefinite
(SQSD) matrices.
Please see gitlab.com/hodge_star/quotient/releases for the current stable releases. As of June 14, 2019, the most recent release is version 0.3. Its development documentation is hosted at hodgestar.com/quotient/docs/v0.3/.
Quotient is distributed under the terms of the Mozilla Public License, v. 2.0 and uses the Meson build system and Catch2 unit-testing framework.