Metadata-Version: 2.1
Name: pysparse
Version: 1.3.dev0
Summary: Fast sparse matrix library for Python
Home-page: pysparse.sf.net
Author: Roman Geus, Dominique Orban, Daniel Wheeler
Author-email: {hamsel,d-orban,wd15}@sf.net,
Maintainer: PySparse Developers
Maintainer-email: {hamsel,d-orban,wd15}@sf.net,
License: BSD-style
Download-URL: sf.net/projects/pysparse
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Natural Language :: English
Requires-Dist: numpy (>=1.2)

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. PySparse is distributed under the FreeBSD license.

R. Geus    <hamsel@users.sf.net>
D. Orban   <d-orban@users.sf.net>
D. Wheeler <wd15@users.sf.net>


