eigen/blas
Gael Guennebaud a76fbbf397 Fix bug #314:
- remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std)
- remove the overloads for array expression that were in the std namespace
2012-11-06 15:25:50 +01:00
..
testing BLAS: implement DSDOT and SDSDOT; update test for them. 2012-09-05 18:59:32 +08: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
CMakeLists.txt Fix rank-1 update for self-adjoint packed matrices. 2012-09-10 18:25:30 +08:00
common.h Merged in jdh8/eigen (pull request PR-17) 2012-09-11 21:36:05 +02: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 fix bug #189 (issue with fortran concentions to return COMPLEX values) 2011-02-18 15:11:31 +01:00
ctbmv.f
double.cpp Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT. 2012-09-08 02:06:45 +08:00
drotm.f
drotmg.f
dsbmv.f
dspmv.f
dtbmv.f
GeneralRank1Update.h Use conj_expr_if to clarify what it's doing. 2012-09-09 21:35:28 +08:00
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 Fix bug #314: 2012-11-06 15:25:50 +01: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 Fix rank-1 update for self-adjoint packed matrices. 2012-09-10 18:25:30 +08:00
level2_impl.h Implement packed triangular solver. 2012-09-10 06:29:02 +08:00
level2_real_impl.h Use conj_expr_if to clarify what it's doing. 2012-09-09 21:35:28 +08:00
level3_impl.h Implement functors for rank-1 and rank-2 update. 2012-09-08 01:39:16 +08:00
lsame.f
PackedSelfadjointProduct.h Fix rank-1 update for self-adjoint packed matrices. 2012-09-10 18:25:30 +08:00
PackedTriangularMatrixVector.h Implement packed triangular matrix-vector product. 2012-09-09 23:34:45 +08:00
PackedTriangularSolverVector.h Implement packed triangular solver. 2012-09-10 06:29:02 +08:00
Rank2Update.h Simplify Rank2Update.h 2012-09-08 22:20:05 +08:00
README.txt
single.cpp Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT. 2012-09-08 02:06:45 +08:00
srotm.f
srotmg.f
ssbmv.f
sspmv.f
stbmv.f
xerbla.cpp enforce weak linking of xerbla 2011-12-10 19:30:36 +01:00
zhbmv.f
zhpmv.f
ztbmv.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.