
基于C++的大型稀疏线性系统代数多重网格求解库 - ddemidov/amgcl
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
amgcl是一款利用C++开发的高效求解大型稀疏线性系统的库,采用代数多重网格方法,适用于科学计算和工程仿真中的复杂问题。
AMGCL is a header-only C++ library designed to solve large sparse linear systems using the algebraic multigrid (AMG) method. AMG is one of the most effective iterative methods for solving equation systems that arise, 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 specific information about the problems structure.
全部评论 (0)
还没有任何评论哟~


