Home | History | Annotate | only in /external/eigen/blas
Up to higher level directory
NameDateSize
BandTriangularSolver.h20-Sep-20133.5K
chbmv.f20-Sep-20139.6K
chpmv.f20-Sep-20138.1K
chpr.f20-Sep-20136.7K
chpr2.f20-Sep-20138.1K
CMakeLists.txt20-Sep-20131.5K
common.h20-Sep-20133.3K
complex_double.cpp20-Sep-2013647
complex_single.cpp20-Sep-2013646
complexdots.f20-Sep-2013979
ctbmv.f20-Sep-201312.3K
ctpmv.f20-Sep-201310.7K
ctpsv.f20-Sep-201310.8K
double.cpp20-Sep-2013604
drotm.f20-Sep-20133.7K
drotmg.f20-Sep-20134.8K
dsbmv.f20-Sep-20139.4K
dspmv.f20-Sep-20137.8K
dspr.f20-Sep-20135.9K
dspr2.f20-Sep-20137.1K
dtbmv.f20-Sep-201310.9K
dtpmv.f20-Sep-20139.1K
dtpsv.f20-Sep-20139.2K
level1_cplx_impl.h20-Sep-20134.7K
level1_impl.h20-Sep-20134.3K
level1_real_impl.h20-Sep-20133.5K
level2_cplx_impl.h20-Sep-20139.6K
level2_impl.h20-Sep-201318.9K
level2_real_impl.h20-Sep-20137.3K
level3_impl.h20-Sep-201334K
lsame.f20-Sep-20132.3K
README.txt20-Sep-2013302
single.cpp20-Sep-2013603
srotm.f20-Sep-20133.6K
srotmg.f20-Sep-20134.7K
ssbmv.f20-Sep-20139.4K
sspmv.f20-Sep-20137.8K
sspr.f20-Sep-20135.8K
sspr2.f20-Sep-20137.1K
stbmv.f20-Sep-201310.8K
stpmv.f20-Sep-20139K
stpsv.f20-Sep-20139.2K
testing/20-Sep-2013
xerbla.cpp20-Sep-2013355
zhbmv.f20-Sep-20139.6K
zhpmv.f20-Sep-20138.1K
zhpr.f20-Sep-20136.7K
zhpr2.f20-Sep-20138.2K
ztbmv.f20-Sep-201312.4K
ztpmv.f20-Sep-201310.7K
ztpsv.f20-Sep-201310.9K

README.txt

      1 
      2 This directory contains a BLAS library built on top of Eigen.
      3 
      4 This is currently a work in progress which is far to be ready for use,
      5 but feel free to contribute to it if you wish.
      6 
      7 This module is not built by default. In order to compile it, you need to
      8 type 'make blas' from within your build dir.
      9 
     10