aboutsummaryrefslogtreecommitdiff
path: root/blas/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'blas/README.txt')
-rw-r--r--blas/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/blas/README.txt b/blas/README.txt
new file mode 100644
index 000000000..07a8bd92a
--- /dev/null
+++ b/blas/README.txt
@@ -0,0 +1,9 @@
+
+This directory contains a BLAS library built on top of Eigen.
+
+This is currently a work in progress which is far to be ready for use,
+but feel free to contribute to it if you wish.
+
+This module is not built by default. In order to compile it, you need to
+type 'make blas' from within your build dir.
+