quotient

A C++14 implementation of the (Approximate) Minimum Degree reordering algorithm for sparse Symmetric Quasi-SemiDefinite (SQSD) Cholesky factorization.

Pure Nim score 16/100 · last commit 2019-12-05 · 6 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 6
Forks 2
Open Issues 0
Last Commit 2019-12-05
Downloads 0
Last Indexed 2026-08-10 05:05

Installation

nimble install quotient
choosenim install quotient
git clone https://gitlab.com/hodge_star/quotient

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
quotient - - - - - - -

Source

Repository https://gitlab.com/hodge_star/quotient
Homepage https://gitlab.com/hodge_star/quotient
Registry Source gitlab

README

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.

Join the chat at https://gitter.im/hodge_star/community Documentation

Dependencies

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.

Quickstart

Please see the quickstart documentation for a brief introduction to the library.

License

quotient is distributed under the Mozilla Public License, v. 2.0.