diff options
Diffstat (limited to 'eigen/blas/README.txt')
-rw-r--r-- | eigen/blas/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eigen/blas/README.txt b/eigen/blas/README.txt new file mode 100644 index 0000000..63a5203 --- /dev/null +++ b/eigen/blas/README.txt @@ -0,0 +1,6 @@ + +This directory contains a BLAS library built on top of Eigen. + +This module is not built by default. In order to compile it, you need to +type 'make blas' from within your build dir. + |