eigen/blas
2013-10-01 22:37:10 +02:00
..
testing
BandTriangularSolver.h
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
complex_single.cpp
complexdots.f
ctbmv.f
double.cpp
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 Fix dot*w to return 0 for empty vectors (BLAS interface) 2013-10-01 22:37:10 +02:00
level1_impl.h Add missing changes. 2013-06-12 17:56:15 +02:00
level1_real_impl.h
level2_cplx_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level2_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level2_real_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level3_impl.h Add missing changes. 2013-06-12 17:56:15 +02:00
lsame.f
PackedSelfadjointProduct.h Add missing changes. 2013-06-12 17:56:15 +02: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 Add missing changes. 2013-06-12 17:56:15 +02:00
README.txt
single.cpp
srotm.f
srotmg.f
ssbmv.f
sspmv.f
stbmv.f
xerbla.cpp
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.