Home | History | Annotate | only in /external/eigen/blas
Up to higher level directory
NameDateSize
Android.mk24-Aug-20162K
BandTriangularSolver.h24-Aug-20163.5K
CMakeLists.txt24-Aug-20161.6K
common.h24-Aug-20163.5K
complex_double.cpp24-Aug-2016647
complex_single.cpp24-Aug-2016646
double.cpp24-Aug-20161.4K
f2c/24-Aug-2016
fortran/24-Aug-2016
GeneralRank1Update.h24-Aug-20161.6K
level1_cplx_impl.h24-Aug-20164.7K
level1_impl.h24-Aug-20164.3K
level1_real_impl.h24-Aug-20163.5K
level2_cplx_impl.h24-Aug-201612.2K
level2_impl.h24-Aug-201623.4K
level2_real_impl.h24-Aug-201611.3K
level3_impl.h24-Aug-201634.1K
PackedSelfadjointProduct.h24-Aug-20162K
PackedTriangularMatrixVector.h24-Aug-20163.1K
PackedTriangularSolverVector.h24-Aug-20163.1K
Rank2Update.h24-Aug-20162.1K
README.txt24-Aug-2016183
single.cpp24-Aug-2016749
testing/24-Aug-2016
xerbla.cpp24-Aug-2016406

README.txt

      1 
      2 This directory contains a BLAS library built on top of Eigen.
      3 
      4 This module is not built by default. In order to compile it, you need to
      5 type 'make blas' from within your build dir.
      6 
      7