Home | History | Annotate | only in /external/eigen/blas
Up to higher level directory
NameDateSize
Android.bp21-Aug-20181.8K
BandTriangularSolver.h21-Aug-20183.5K
CMakeLists.txt21-Aug-20181.6K
common.h21-Aug-20184.3K
complex_double.cpp21-Aug-2018647
complex_single.cpp21-Aug-2018646
double.cpp21-Aug-20181.5K
f2c/21-Aug-2018
fortran/21-Aug-2018
GeneralRank1Update.h21-Aug-20181.6K
level1_cplx_impl.h21-Aug-20184.8K
level1_impl.h21-Aug-20184.5K
level1_real_impl.h21-Aug-20183.5K
level2_cplx_impl.h21-Aug-201811.9K
level2_impl.h21-Aug-201824.6K
level2_real_impl.h21-Aug-201810.3K
level3_impl.h21-Aug-201836.9K
PackedSelfadjointProduct.h21-Aug-20182K
PackedTriangularMatrixVector.h21-Aug-20183.1K
PackedTriangularSolverVector.h21-Aug-20183.1K
Rank2Update.h21-Aug-20182.1K
README.txt21-Aug-2018183
single.cpp21-Aug-2018757
testing/21-Aug-2018
xerbla.cpp21-Aug-2018389

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