This package browser is in early development. Mind the rough edges.

python-pyamg 5.0.1

Algebraic Multigrid Solvers in Python

PyAMG is a Python library of Algebraic Multigrid (AMG) solvers. It 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.

Installation

Install python-pyamg 5.0.1 as follows:

guix install python-pyamg@5.0.1

Or install the latest version:

guix install python-pyamg

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.