MANIFEST.in
README
setup.py
site.cfg.template
csc_pysparse.egg-info/PKG-INFO
csc_pysparse.egg-info/SOURCES.txt
csc_pysparse.egg-info/dependency_links.txt
csc_pysparse.egg-info/top_level.txt
doc/pysparse/source/conf.py
doc/pysparse/source/contents.rst
doc/pysparse/source/fact.rst
doc/pysparse/source/formats.rst
doc/pysparse/source/introduction.rst
doc/pysparse/source/itsolvers.rst
doc/pysparse/source/jdsym.rst
doc/pysparse/source/license.rst
doc/pysparse/source/logo.py
doc/pysparse/source/other.rst
doc/pysparse/source/precon.rst
doc/pysparse/source/pysparsematrix.rst
doc/pysparse/source/spmatrix-logo-large.png
doc/pysparse/source/spmatrix-logo.eps
doc/pysparse/source/spmatrix-logo.pdf
doc/pysparse/source/spmatrix-logo.png
doc/pysparse/source/spmatrix.rst
doc/pysparse/source/.static/default.css
doc/pysparse/source/.static/pysparse.css
doc/pysparse/source/.static/rightsidebar.css
doc/pysparse/source/.static/sphinxdoc.css
doc/pysparse/source/.static/stickysidebar.css
doc/pysparse/source/.static/traditional.css
doc/pysparse/source/.templates/index.html
doc/pysparse/source/.templates/indexsidebar.html
doc/pysparse/source/.templates/layout.html
doc/pysparse/source/sphinxext/ipython_console_highlighting.py
doc/pysparse/source/sphinxext/readme
examples/jdsym_debug.py
examples/jdsym_demo.py
examples/jdsym_test.py
examples/matmul_perftest.py
examples/poisson2dvec.py
examples/poisson_gmres.py
examples/poisson_test.py
examples/poisson_test_eig.py
examples/pysparse_test.py
examples/sortedLL_test.py
examples/spmatrix_test.py
examples/ssor_test.py
examples/tendigit.py
examples/umftest.py
pysparse/__init__.py
pysparse/setup.py
pysparse/version.py
pysparse/include/bicgstab.h
pysparse/include/blas.h
pysparse/include/cgs.h
pysparse/include/csr_mat.h
pysparse/include/dsp_defs.h
pysparse/include/fortran.h
pysparse/include/gmres.h
pysparse/include/lapack.h
pysparse/include/ll_mat.h
pysparse/include/minres.h
pysparse/include/mmio.h
pysparse/include/pcg.h
pysparse/include/qmrs.h
pysparse/include/spmatrix.h
pysparse/include/spmatrix_api.h
pysparse/include/sss_mat.h
pysparse/include/util.h
pysparse/misc/__init__.py
pysparse/misc/system.py
pysparse/sparse/__init__.py
pysparse/sparse/pysparseMatrix.py
pysparse/sparse/setup.py
pysparse/sparse/sparseMatrix.py
pysparse/sparse/src/csr_mat.c
pysparse/sparse/src/ll_mat.c
pysparse/sparse/src/mmio_patched.c
pysparse/sparse/src/spmatrixmodule.c
pysparse/sparse/src/sss_mat.c
pysparse/tools/__init__.py
pysparse/tools/poisson.py
pysparse/tools/poisson_vec.py
pysparse/tools/sparray.py
pysparse/tools/spmatrix_util.py
test/testSuperlu.py
test/testUmfpack.py
test/test_jdsym.py
test/test_sparray.py
test/test_spmatrix.py