eigen/blas
2010-11-20 12:01:17 +01:00
..
testing fix issue 114: workaround cmake enable_language bug 2010-11-20 12:01:17 +01:00
CMakeLists.txt fix issue 114: workaround cmake enable_language bug 2010-11-20 12:01:17 +01:00
common.h some cleaning in blas level 2 2010-11-19 17:22:43 +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 fix error handling of level 1 routines 2010-11-04 22:25:59 +01:00
level2_impl.h some cleaning in blas level 2 2010-11-19 17:22:43 +01:00
level3_impl.h update blas lib wrt recent change of general_matrix_matrix_triangular_product 2010-11-16 19:19:33 +01:00
README.txt fix doc 2009-11-28 02:42:05 +01:00
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.