eigen/blas
2014-04-01 11:31:21 +02:00
..
testing
BandTriangularSolver.h
chbmv.f
chpmv.f
CMakeLists.txt Fix Fortran compiler detection 2014-02-13 09:21:13 +01:00
common.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
complex_double.cpp
complex_single.cpp
complexdots.f
ctbmv.f
double.cpp Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
drotm.f
drotmg.f
dsbmv.f
dspmv.f
dtbmv.f
GeneralRank1Update.h
level1_cplx_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level1_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level1_real_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level2_cplx_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level2_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level2_real_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02: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
PackedTriangularSolverVector.h
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 Fix bug #776: it seems that mingw does not support weak linking 2014-04-01 11:31:21 +02: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.