Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 976 Bytes

File metadata and controls

33 lines (20 loc) · 976 Bytes

qr_mumps.py

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).

Dependencies

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.

Optional dependencies

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.