The BLAS interface is complete.

This commit is contained in:
Gael Guennebaud 2014-06-06 11:21:19 +02:00
parent c331ce6b8e
commit abc1ca0af1

View File

@ -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.