套件:python3-amgcl(1.4.4-1 以及其他的) [contrib]
Solves large sparse linear systems with algebraic multigrid method
AMG is one of the most effective iterative methods for solution of equation systems arising, for example, from discretizing PDEs on unstructured grids. The method can be used as a black-box solver for various computational problems, since it does not require any information about the underlying geometry. AMG is often used not as a standalone solver but as a preconditioner within an iterative solver (e.g. Conjugate Gradients, BiCGStab, or GMRES).
AMGCL builds the AMG hierarchy on a CPU and then transfers it to one of the provided backends. This allows for transparent acceleration of the solution phase with help of OpenCL, CUDA, or OpenMP technologies. Users may provide their own backends which enables tight integration between AMGCL and the user code.
This package provides the Python interface
其他與 python3-amgcl 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC 支援函式庫
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libstdc++6 (>= 13.1) [i386]
- GNU Standard C++ Library v3
- dep: libstdc++6 (>= 14) [amd64]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13) [i386]
- dep: python3 (<< 3.14) [amd64]
- dep: python3 (>= 3.12~) [i386]
- dep: python3 (>= 3.13~) [amd64]
