diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-06 18:48:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-06 18:48:23 +0800 |
commit | 0ddcf21ded3ba8f61e48afed5b03961db5a3db3a (patch) | |
tree | c40c68ed3ca30787687c68dafb407ee9897ac237 /math/Makefile | |
parent | 4f0a593b0dcd00034ac1221a7f8b265222f6439e (diff) | |
download | freebsd-ports-gnome-0ddcf21ded3ba8f61e48afed5b03961db5a3db3a.tar.gz freebsd-ports-gnome-0ddcf21ded3ba8f61e48afed5b03961db5a3db3a.tar.zst freebsd-ports-gnome-0ddcf21ded3ba8f61e48afed5b03961db5a3db3a.zip |
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/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |