threed-beam-fea/ext/eigen-3.2.4/blas
Ryan Latture 14d02526a6 Initial commit of open source version. 2015-11-05 10:36:26 -08:00
..
testing Initial commit of open source version. 2015-11-05 10:36:26 -08:00
BandTriangularSolver.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
CMakeLists.txt Initial commit of open source version. 2015-11-05 10:36:26 -08:00
GeneralRank1Update.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
PackedSelfadjointProduct.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
PackedTriangularMatrixVector.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
PackedTriangularSolverVector.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
README.txt Initial commit of open source version. 2015-11-05 10:36:26 -08:00
Rank2Update.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
chbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
chpmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
common.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
complex_double.cpp Initial commit of open source version. 2015-11-05 10:36:26 -08:00
complex_single.cpp Initial commit of open source version. 2015-11-05 10:36:26 -08:00
complexdots.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
ctbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
double.cpp Initial commit of open source version. 2015-11-05 10:36:26 -08:00
drotm.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
drotmg.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
dsbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
dspmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
dtbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level1_cplx_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level1_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level1_real_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level2_cplx_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level2_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level2_real_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
level3_impl.h Initial commit of open source version. 2015-11-05 10:36:26 -08:00
lsame.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
single.cpp Initial commit of open source version. 2015-11-05 10:36:26 -08:00
srotm.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
srotmg.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
ssbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
sspmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
stbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
xerbla.cpp Initial commit of open source version. 2015-11-05 10:36:26 -08:00
zhbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
zhpmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00
ztbmv.f Initial commit of open source version. 2015-11-05 10:36:26 -08:00

README.txt

This directory contains a BLAS library built on top of Eigen.

This module is not built by default. In order to compile it, you need to
type 'make blas' from within your build dir.