eigen/blas
2012-07-13 14:42:47 -04:00
..
testing output error messages in blas unit tests 2011-12-01 18:04:01 +01:00
BandTriangularSolver.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
chbmv.f
chpmv.f
chpr2.f
chpr.f
CMakeLists.txt add code for band triangular problems: 2011-12-01 18:06:28 +01:00
common.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
complex_double.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
complex_single.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
complexdots.f
ctbmv.f
ctpmv.f
ctpsv.f
double.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
drotm.f
drotmg.f
dsbmv.f
dspmv.f
dspr2.f
dspr.f
dtbmv.f
dtpmv.f
dtpsv.f
level1_cplx_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level1_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level1_real_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level2_cplx_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level2_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level2_real_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
level3_impl.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
lsame.f
README.txt
single.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
srotm.f
srotmg.f
ssbmv.f
sspmv.f
sspr2.f
sspr.f
stbmv.f
stpmv.f
stpsv.f
xerbla.cpp enforce weak linking of xerbla 2011-12-10 19:30:36 +01:00
zhbmv.f
zhpmv.f
zhpr2.f
zhpr.f
ztbmv.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.