Metadata-Version: 1.1
Name: scikit-umfpack
Version: 0.1
Summary: Python interface to UMFPACK sparse direct solver.
Home-page: https://github.com/rc/scikit-umfpack
Author: Robert Cimrman
Author-email: cimrman3@ntc.zcu.cz
License: BSD
Download-URL: https://github.com/rc/scikit-umfpack
Description: .. -*- mode: rst -*-
        
        scikit-umfpack
        ==============
        
        scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.
        
        Use this if you wish to use the UMFPACK solver via
        scipy.sparse.linalg.dsolve.linsolve(), for SciPy >= 0.14.0.
        
        Dependencies
        ============
        
        scikit-umfpack depends on NumPy and SciPy, swig is a build-time dependency.
        
        Install
        =======
        
        This package uses distutils, which is the default way of installing python
        modules. In the directory scikit-umfpack (the same as the file you are reading
        now) do::
        
          python setup.py install
        
        or for a local installation::
        
          python setup.py install --root=<DIRECTORY>
        
        Development
        ===========
        
        Code
        ----
        
        You can check the latest sources with the command::
        
          git clone https://github.com/rc/scikit-umfpack.git
        
        or if you have write privileges::
        
          git clone git@github.com:rc/scikit-umfpack.git
        
        Testing
        -------
        
        After installation, you can launch the test suite from outside the
        source directory (you will need to have the ``nose`` package installed)::
        
          nosetests -v scikits.umfpack
        
Platform: Linux
Platform: Mac OS-X
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
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
