aboutsummaryrefslogtreecommitdiff
path: root/development/gmm/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/gmm/README')
-rw-r--r--development/gmm/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/gmm/README b/development/gmm/README
new file mode 100644
index 0000000000000..27f018f86400a
--- /dev/null
+++ b/development/gmm/README
@@ -0,0 +1,8 @@
+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.