Limited-memory LDL factorization in Python
For the Python version:
For the Cython version, include everything needed for the Python version and add:
To run the tests:
- nose.
LLDL.py
provides facilities for sparse matrices coming from the CySparse
library.
I
55DA
f you want to use these facilities, set the location of the CySparse
library in your site.cfg
file.
-
Clone this repo
git clone https://github.com/PythonOptimizers/LLDL.py
-
Copy
site.template.cfg
tosite.cfg
and modifysite.cfg
to match your configurationcp site.template.cfg site.cfg
-
Install
LLDL.py
- Python version
python setup.py build python setup.py install [--prefix=...]
- Cython version
python generate_code.py python setup.py build python setup.py install [--prefix=...]