aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/README.txt
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-25 13:08:39 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-25 13:08:39 +0200
commit04dc63776a63e5d0ec0237706cb440152d57769e (patch)
tree00f0890a8d4bb6617262adb5cfb90c0307fa9c57 /blas/README.txt
parentbdf603caecc72f8250f212c497d6cf2b42e1c054 (diff)
add a wip blas library built on top of Eigen. TODO:
- write extentive unit tests (maybe this already exist in other projects) - the level2 functions still have to be implemented
Diffstat (limited to 'blas/README.txt')
-rw-r--r--blas/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/blas/README.txt b/blas/README.txt
new file mode 100644
index 000000000..466a6751c
--- /dev/null
+++ b/blas/README.txt
@@ -0,0 +1,7 @@
+
+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.
+
+If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on".