Metadata-Version: 1.0
Name: csc-pysparse
Version: 1.1.1.2
Summary: A fast sparse matrix library for Python (Commonsense Computing version)
Home-page: http://github.com/rspeer/csc-pysparse
Author: Rob Speer
Author-email: rspeer@mit.edu
License: BSD-style
Description: 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.
        
        This is not the official source to PySparse. This is csc-pysparse, a downstream
        package maintained by the Commonsense Computing Group
        (http://csc.media.mit.edu) with the goal of making it install automatically
        through Pip or easy_install.
        
        Original authors of PySparse:
        
        - R. Geus    <hamsel@sf.net>
        - D. Orban   <d-orban@sf.net>
        - D. Wheeler <wd15@sf.net>
        
        Packaged by: Rob Speer <rspeer@mit.edu>
        
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 :: BSD License
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
