Pysparse
Pysparse is a fast sparse matrix library for Python. It provides several sparse matrix storage formats and conversion methods. It also implements a number of iterative solvers, preconditioners, and interfaces to efficient factorization packages. Both low-level and high-level interfaces are available, each with different strengths. The only requirement to install and use Pysparse is Numpy. Be sure to check the Documentation for examples.
Projects Using Pysparse
- FiPy: A Finite-Volume PDE Solver for Python
- NLPy: A Nonlinear Programming Environment in Python
- SfePy: Simple Finite Elements in Python
- If you use Pysparse, please let us know!
Documentation
Contents Search page |
General Index Module Index |
The complete documentation is also available in PDF format.
Get Pysparse
Pysparse is available in source form from SourceForge directly from the Subversion repository using
svn co https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk pysparseor from the Python Package Index:
pip install pysparse