2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-03-31 19:00:35 +08:00
Gael Guennebaud 10447a7b57 mv blas.h to src/misc such that it would be possible to use any blas libraries,
however, this requires some more works:
 - add const qualifiers in the declarations of blas.h
 - add the possibility to add a suffix to blas function names
2011-12-09 10:40:35 +01:00
..
2011-12-05 14:52:21 +07:00
2011-02-17 09:41:17 -05:00
2009-11-28 02:42:05 +01:00
2010-07-16 22:27:24 +02:00

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.