README 492 B

12345678910
  1. PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a
  2. convenient Python interface.
  3. AMG is a multilevel technique for solving large-scale linear systems
  4. with optimal or near-optimal efficiency. Unlike geometric multigrid,
  5. AMG requires little or no geometric information about the underlying
  6. problem and develops a sequence of coarser grids directly from the
  7. input matrix. This feature is especially important for problems
  8. discretized on unstructured meshes and irregular grids.