Metadata-Version: 1.1
Name: pyamg
Version: 3.2.1
Summary: UNKNOWN
Home-page: https://github.com/pyamg/pyamg
Author: Luke Olson
Author-email: luke.olson@gmail.com
License: MIT
Download-URL: https://github.com/pyamg/pyamg/releases
Description: 
        PyAMG: Algebraic Multigrid Solvers in Python
        
        PyAMG is a library of Algebraic Multigrid (AMG)
        solvers with a convenient Python interface.
        
        PyAMG features implementations of:
        
        - Ruge-Stuben (RS) or Classical AMG
        - AMG based on Smoothed Aggregation (SA)
        - Adaptive Smoothed Aggregation (αSA)
        - Compatible Relaxation (CR)
        - Krylov methods such as CG, GMRES, FGMRES, BiCGStab, MINRES, etc
        
        PyAMG is primarily written in Python with
        supporting C++ code for performance critical operations.
        
Keywords: algebraic multigrid AMG sparse matrix preconditioning
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
