From 0ddcf21ded3ba8f61e48afed5b03961db5a3db3a Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 6 Aug 2008 10:48:23 +0000 Subject: Gmm++ is a generic C++ template library for sparse, dense and skyline matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built in Gmm++, hence it can be used as a standalone linear algebra library. Interfacing a vector or matrix type means writing "traits" objects called "linalg_traits", which describe their properties. The library offers predefined dense, sparse and skyline matrix types. WWW: http://home.gna.org/getfem/ --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 7d1c090a69e6..63a3b59e4ed9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -88,6 +88,7 @@ SUBDIR += gexpr SUBDIR += glgraph SUBDIR += glpk + SUBDIR += gmm++ SUBDIR += gmp-ecm SUBDIR += gnumeric SUBDIR += gnuplot -- cgit