redream/deps/eigen-3.2.1/blas
Anthony Pesch 01af271550 initial public commit 2015-07-01 10:45:31 -07:00
..
testing initial public commit 2015-07-01 10:45:31 -07:00
BandTriangularSolver.h initial public commit 2015-07-01 10:45:31 -07:00
CMakeLists.txt initial public commit 2015-07-01 10:45:31 -07:00
GeneralRank1Update.h initial public commit 2015-07-01 10:45:31 -07:00
PackedSelfadjointProduct.h initial public commit 2015-07-01 10:45:31 -07:00
PackedTriangularMatrixVector.h initial public commit 2015-07-01 10:45:31 -07:00
PackedTriangularSolverVector.h initial public commit 2015-07-01 10:45:31 -07:00
README.txt initial public commit 2015-07-01 10:45:31 -07:00
Rank2Update.h initial public commit 2015-07-01 10:45:31 -07:00
chbmv.f initial public commit 2015-07-01 10:45:31 -07:00
chpmv.f initial public commit 2015-07-01 10:45:31 -07:00
common.h initial public commit 2015-07-01 10:45:31 -07:00
complex_double.cpp initial public commit 2015-07-01 10:45:31 -07:00
complex_single.cpp initial public commit 2015-07-01 10:45:31 -07:00
complexdots.f initial public commit 2015-07-01 10:45:31 -07:00
ctbmv.f initial public commit 2015-07-01 10:45:31 -07:00
double.cpp initial public commit 2015-07-01 10:45:31 -07:00
drotm.f initial public commit 2015-07-01 10:45:31 -07:00
drotmg.f initial public commit 2015-07-01 10:45:31 -07:00
dsbmv.f initial public commit 2015-07-01 10:45:31 -07:00
dspmv.f initial public commit 2015-07-01 10:45:31 -07:00
dtbmv.f initial public commit 2015-07-01 10:45:31 -07:00
level1_cplx_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level1_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level1_real_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level2_cplx_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level2_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level2_real_impl.h initial public commit 2015-07-01 10:45:31 -07:00
level3_impl.h initial public commit 2015-07-01 10:45:31 -07:00
lsame.f initial public commit 2015-07-01 10:45:31 -07:00
single.cpp initial public commit 2015-07-01 10:45:31 -07:00
srotm.f initial public commit 2015-07-01 10:45:31 -07:00
srotmg.f initial public commit 2015-07-01 10:45:31 -07:00
ssbmv.f initial public commit 2015-07-01 10:45:31 -07:00
sspmv.f initial public commit 2015-07-01 10:45:31 -07:00
stbmv.f initial public commit 2015-07-01 10:45:31 -07:00
xerbla.cpp initial public commit 2015-07-01 10:45:31 -07:00
zhbmv.f initial public commit 2015-07-01 10:45:31 -07:00
zhpmv.f initial public commit 2015-07-01 10:45:31 -07:00
ztbmv.f initial public commit 2015-07-01 10:45:31 -07:00

README.txt

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.