From e08494a8995824216a07d77a1fbff1a08e032ad1 Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Fri, 16 Nov 2018 09:23:04 +0300 Subject: [PATCH] Scientific computing/AMGCL Closes #503 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41ae8d9..0e4510a 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Scientific Computing +* [AMGCL](https://github.com/ddemidov/amgcl) - a header-only C++ library for solving large sparse linear systems with algebraic multigrid. [MIT] * [FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL] * [GSL](http://www.gnu.org/software/gsl/) - GNU scientific library. [GPL] * [TileDB](https://github.com/TileDB-Inc/TileDB) - Fast Dense and Sparse Multidimensional Array DBMS. [MIT] [website](https://tiledb.io/)