Skip to main content

Python interface to UMFPACK sparse direct solver.

Project description

scikit-umfpack

scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.

Usage:

>>> from scikits.umfpack import spsolve, splu
>>> lu = splu(A)
>>> x = spsolve(A, b)

Installing scikits.umfpack also enables using UMFPACK solver via some of the scipy.sparse.linalg functions, for SciPy >= 0.14.0. Note you will need to have installed UMFPACK before hand. UMFPACK is parse of SuiteSparse.

Dependencies

scikit-umfpack depends on NumPy, SciPy, SuiteSparse, and swig is a build-time dependency.

Building SuiteSparse

SuiteSparse may be available from your package manager or as a prebuilt shared library. If that is the case use that if possible. Installation on Ubuntu 14.04 can be achieved with

sudo apt-get install libsuitesparse-dev

Otherwise, you will need to build from source. Unfortunately, SuiteSparse’s makefiles do not support building a shared library out of the box. You may find Stefan Fürtinger instructions helpful.

Furthmore, building METIS-4.0, an optional but important compile time dependency of SuiteSparse, has problems on newer GCCs. This patch and instructions from Nadir Soualem are helpful for getting a working METIS build.

Otherwise, I commend you to the documentation.

Installation

Releases of scikit-umfpack can be installed using pip. For a system-wide installation run:

pip install --upgrade scikit-umfpack

or for a user installation run

pip install --upgrade --user scikit-umfpack

To install scikit-umfpack from its source code directory, run in that directory (--user means a user installation):

pip install --upgrade --user .

Development

Code

You can check the latest sources with the command:

git clone https://github.com/scikit-umfpack/scikit-umfpack.git

or if you have write privileges:

git clone git@github.com:scikit-umfpack/scikit-umfpack.git

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have the nose package installed):

nosetests -v scikits.umfpack

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit-umfpack-0.3.1.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distributions

scikit_umfpack-0.3.1-cp36-none-win_amd64.whl (3.6 MB view hashes)

Uploaded CPython 3.6 Windows x86-64

scikit_umfpack-0.3.1-cp36-cp36m-manylinux1_x86_64.whl (9.6 MB view hashes)

Uploaded CPython 3.6m

scikit_umfpack-0.3.1-cp36-cp36m-manylinux1_i686.whl (6.3 MB view hashes)

Uploaded CPython 3.6m

scikit_umfpack-0.3.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (917.7 kB view hashes)

Uploaded CPython 3.6m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

scikit_umfpack-0.3.1-cp35-none-win_amd64.whl (3.6 MB view hashes)

Uploaded CPython 3.5 Windows x86-64

scikit_umfpack-0.3.1-cp35-cp35m-manylinux1_x86_64.whl (9.6 MB view hashes)

Uploaded CPython 3.5m

scikit_umfpack-0.3.1-cp35-cp35m-manylinux1_i686.whl (6.3 MB view hashes)

Uploaded CPython 3.5m

scikit_umfpack-0.3.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (917.7 kB view hashes)

Uploaded CPython 3.5m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

scikit_umfpack-0.3.1-cp34-cp34m-manylinux1_x86_64.whl (9.6 MB view hashes)

Uploaded CPython 3.4m

scikit_umfpack-0.3.1-cp34-cp34m-manylinux1_i686.whl (6.3 MB view hashes)

Uploaded CPython 3.4m

scikit_umfpack-0.3.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (917.6 kB view hashes)

Uploaded CPython 3.4m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

scikit_umfpack-0.3.1-cp27-cp27mu-manylinux1_x86_64.whl (9.6 MB view hashes)

Uploaded CPython 2.7mu

scikit_umfpack-0.3.1-cp27-cp27mu-manylinux1_i686.whl (6.3 MB view hashes)

Uploaded CPython 2.7mu

scikit_umfpack-0.3.1-cp27-cp27m-manylinux1_x86_64.whl (9.6 MB view hashes)

Uploaded CPython 2.7m

scikit_umfpack-0.3.1-cp27-cp27m-manylinux1_i686.whl (6.3 MB view hashes)

Uploaded CPython 2.7m

scikit_umfpack-0.3.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (917.9 kB view hashes)

Uploaded CPython 2.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page