eigen/blas
2010-11-03 22:03:12 +01:00
..
testing improve detection of erros 2010-11-03 22:02:44 +01:00
CMakeLists.txt import BLAS test suite 2010-10-14 13:46:01 +02:00
common.h implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
complex_double.cpp implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
complex_single.cpp implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
double.cpp implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
level1_impl.h add the prototype of all level2 functions 2010-10-08 23:31:57 +02:00
level2_impl.h implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
level3_impl.h implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01:00
README.txt
single.cpp implement proper error handling in level 3 routines 2010-11-03 22:03:12 +01: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.