eigen/blas
2011-02-18 17:50:36 +01:00
..
testing Add blas tests for buildtests target. 2011-02-17 13:53:20 +00:00
chbmv.f
chpmv.f
chpr2.f
chpr.f
CMakeLists.txt forgot that one, again 2011-02-18 17:50:36 +01:00
common.h forgot to include this file in previous commit (needed for lapack) 2011-02-18 11:32:39 +01:00
complex_double.cpp split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
complex_single.cpp split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
complexdots.f fix bug #189 (issue with fortran concentions to return COMPLEX values) 2011-02-18 15:11:31 +01:00
ctbmv.f
ctbsv.f
ctpmv.f
ctpsv.f
double.cpp split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
drotm.f
drotmg.f
dsbmv.f
dspmv.f
dspr2.f
dspr.f
dtbmv.f
dtbsv.f
dtpmv.f
dtpsv.f
level1_cplx_impl.h fix bug #189 (issue with fortran concentions to return COMPLEX values) 2011-02-18 15:11:31 +01:00
level1_impl.h split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
level1_real_impl.h split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
level2_cplx_impl.h split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
level2_impl.h implement GBMV 2011-02-02 11:39:13 +01:00
level2_real_impl.h split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
level3_impl.h fix unused var warning 2011-02-17 09:41:17 -05:00
lsame.f
README.txt
single.cpp split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite 2010-11-22 18:49:12 +01:00
srotm.f
srotmg.f
ssbmv.f
sspmv.f
sspr2.f
sspr.f
stbmv.f
stbsv.f
stpmv.f
stpsv.f
xerbla.cpp
zhbmv.f
zhpmv.f
zhpr2.f
zhpr.f
ztbmv.f
ztbsv.f
ztpmv.f
ztpsv.f

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.