Cython/Python inferface to qr_mumps (A multithreaded multifrontal QR solver).
It supports all four types supported by qr_mumps (single real, double real, single complex and double complex).
For the common user (Python version):
For the advanced user (Cython version), include everything needed for the Python version and add:
If you intend to generate the documention:
- Sphinx
- sphinx_bootstrap_theme.
To run the tests:
- nose.
qr_mumps.py provides facilities for sparse matrices coming from the CySparse library. If you want to use these facilities, set the location of the CySparse library in your site.cfg file.