{% extends "layout.html" %} {% set title = 'Home Page' %} {% block body %}

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

Documentation

The complete documentation is also available in PDF format.

Get Pysparse

Pysparse is available in source form from SourceForge or directly from the Subversion repository using

  svn co https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk pysparse
{% endblock %}