Metadata-Version: 1.0
Name: PyUblasExt
Version: 0.92.4
Summary: Added functionality for PyUblas
Home-page: http://mathema.tician.de/software/pyublas/pyublasext
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: BSD
Description: 
        PyUblasExt is a companion to
        `PyUblas <http://mathema.tician.de/software/pyublas>`_
        and exposes a variety of useful additions to it:
        
        * A cross-language "operator" class for building matrix-free algorithms
        * CG and BiCGSTAB linear solvers that use this operator class
        * An `ARPACK <http://mathema.tician.de/software/arpack>`_ interface that also uses this operator class
        * An UMFPACK interface for PyUblas's sparse matrices
        * An interface to the `DASKR <http://www.netlib.org/ode/>`_ ODE solver.
        
        Please refer to the `PyUblas build documentation
        <http://tiker.net/doc/pyublas>`_ for build instructions.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
