Current version: 1.0
News [XML]
Project Page
Mailing Lists
Forums
Tracker
Browse Source
Enter search terms or a module, class or function name.
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.
Contents
for a complete overview
Search page
search the documentation
General Index
all functions, classes, terms
Module Index
quick access to all documented modules
The complete documentation is also available in PDF format.
Pysparse is available in source form from SourceForge directly from the Git repository using
git clone git://pysparse.git.sourceforge.net/gitroot/pysparse/pysparseor from the Python Package Index:
pip install numpy pip install pysparse