eigen/blas
2010-07-17 13:49:43 +02:00
..
CMakeLists.txt add platform check for how to link to the standard math library. 2010-04-19 11:19:22 -04:00
common.h finish/fix level1 blas, all test pass 2010-07-17 13:49:43 +02:00
complex_double.cpp email change 2010-06-24 23:21:58 +02:00
complex_single.cpp email change 2010-06-24 23:21:58 +02:00
double.cpp email change 2010-06-24 23:21:58 +02:00
level1_impl.h finish/fix level1 blas, all test pass 2010-07-17 13:49:43 +02:00
level2_impl.h email change 2010-06-24 23:21:58 +02:00
level3_impl.h fix level3 blas: it now passes all computational tests 2010-07-17 11:59:09 +02:00
README.txt fix doc 2009-11-28 02:42:05 +01:00
single.cpp email change 2010-06-24 23:21:58 +02:00
xerbla.cpp fix compilation of blas lib 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.