This commit is contained in:
Thomas Capricelli 2009-11-28 02:42:05 +01:00
parent c245054aa8
commit a255336e4f

View File

@ -4,4 +4,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.
If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on".
This module is not built by default. In order to compile it, you need to
type 'make blas' from within your build dir.