[Lunar-commits] <moonbase> gmm: initial import, optional depends for koffice4.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 19 17:55:12 CET 2008


commit ff88ee92a4c9a05e3ae0463682223c3186b96d6e
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 19 12:55:12 2008 -0400

    gmm: initial import, optional depends for koffice4.
---
 libs/gmm/DETAILS |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/libs/gmm/DETAILS b/libs/gmm/DETAILS
new file mode 100644
index 0000000..4d9cb27
--- /dev/null
+++ b/libs/gmm/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=gmm
+         VERSION=3.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.gna.org/getfem/stable/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:767969f5b476d5bed7ecb3efb49cf37a204344ab
+        WEB_SITE="http://home.gna.org/getfem/gmm_intro.html"
+         ENTERED=20080319
+         UPDATED=20080319
+           SHORT="template library for sparse, dense and skyline matrice"
+cat <<EOF
+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.
+EOF


More information about the Lunar-commits mailing list