.. Pysparse documentation master file, created by sphinx-quickstart on Fri Nov  7 16:09:01 2008.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

======================
Pysparse documentation
======================

:Release: |version|
:Date: |today|

.. module:: pysparse

.. toctree::
   :maxdepth: 2

   Introduction <introduction>
   Sparse Matrix Formats <formats>
   Low-Level Sparse Matrix Types <spmatrix>
   Preconditioners <precon>
   Iterative Solvers <itsolvers>
   Direct Solvers <fact>
   Eigenvalue Solver <jdsym>
   Higher-Level Sparse Matrix Classes <pysparsematrix>
   Other Sparse Matrix Packages <other>
   License <license>

Parts of this documentation are scavenged from Roman Geus' original `Pysparse
website <http://pysparse.sf.net>`_.

Some pages of this documentation display equations via the `jsMath
<http://www.math.union.edu/~dpvc/jsMath/welcome.html>`_ package. They should
look reasonably good with most setups but the best rendering is obtained by
installing the TeX fonts. Please refer to
`http://www.math.union.edu/~dpvc/jsMath/users/welcome.html
<http://www.math.union.edu/~dpvc/jsMath/users/welcome.html>`_.


TODO List
=========

.. todolist::


Indices and Tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
