2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-03-19 18:40:38 +08:00

The BLAS interface is complete.

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

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