8000 GitHub - PythonOptimizers/LLDL.py at 9f6847d0637fb9d257433ee2ae380b3dc20663fb
[go: up one dir, main page]

Skip to content

PythonOptimizers/LLDL.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLDL.py

Limited-memory LDL factorization in Python

Dependencies

For the Python version:

For the Cython version, include everything needed for the Python version and add:

To run the tests:

  • nose.

Optional dependencies

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.

Installation

  1. Clone this repo

    git clone https://github.com/PythonOptimizers/LLDL.py
  2. Copy site.template.cfg to site.cfg and modify site.cfg to match your configuration

    cp site.template.cfg site.cfg
  3. 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=...]

About

Limited-memory LDL factorization in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0