aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-06-06 11:21:19 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-06-06 11:21:19 +0200
commitabc1ca0af14872fe44e583faa2b43e496b038f8a (patch)
treef0374bdf0b4dc69e8c926f83b9d95df6690bf28a /blas
parentc331ce6b8eab95b3dffa8f5202e3c270b065aab8 (diff)
The BLAS interface is complete.
Diffstat (limited to 'blas')
-rw-r--r--blas/README.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/blas/README.txt b/blas/README.txt
index 07a8bd92a..63a5203b9 100644
--- a/blas/README.txt
+++ b/blas/README.txt
@@ -1,9 +1,6 @@
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.