You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gereon
e632fc1bb6
|
12 years ago | |
---|---|---|
.. | ||
testing | 12 years ago | |
BandTriangularSolver.h | 12 years ago | |
CMakeLists.txt | 12 years ago | |
README.txt | 12 years ago | |
chbmv.f | 12 years ago | |
chpmv.f | 12 years ago | |
chpr.f | 12 years ago | |
chpr2.f | 12 years ago | |
common.h | 12 years ago | |
complex_double.cpp | 12 years ago | |
complex_single.cpp | 12 years ago | |
complexdots.f | 12 years ago | |
ctbmv.f | 12 years ago | |
ctpmv.f | 12 years ago | |
ctpsv.f | 12 years ago | |
double.cpp | 12 years ago | |
drotm.f | 12 years ago | |
drotmg.f | 12 years ago | |
dsbmv.f | 12 years ago | |
dspmv.f | 12 years ago | |
dspr.f | 12 years ago | |
dspr2.f | 12 years ago | |
dtbmv.f | 12 years ago | |
dtpmv.f | 12 years ago | |
dtpsv.f | 12 years ago | |
level1_cplx_impl.h | 12 years ago | |
level1_impl.h | 12 years ago | |
level1_real_impl.h | 12 years ago | |
level2_cplx_impl.h | 12 years ago | |
level2_impl.h | 12 years ago | |
level2_real_impl.h | 12 years ago | |
level3_impl.h | 12 years ago | |
lsame.f | 12 years ago | |
single.cpp | 12 years ago | |
srotm.f | 12 years ago | |
srotmg.f | 12 years ago | |
ssbmv.f | 12 years ago | |
sspmv.f | 12 years ago | |
sspr.f | 12 years ago | |
sspr2.f | 12 years ago | |
stbmv.f | 12 years ago | |
stpmv.f | 12 years ago | |
stpsv.f | 12 years ago | |
xerbla.cpp | 12 years ago | |
zhbmv.f | 12 years ago | |
zhpmv.f | 12 years ago | |
zhpr.f | 12 years ago | |
zhpr2.f | 12 years ago | |
ztbmv.f | 12 years ago | |
ztpmv.f | 12 years ago | |
ztpsv.f | 12 years ago |
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.