aosp12/external/eigen/blas
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
f2c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
fortran init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
testing init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BandTriangularSolver.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
GeneralRank1Update.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PackedSelfadjointProduct.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PackedTriangularMatrixVector.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PackedTriangularSolverVector.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Rank2Update.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
common.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
complex_double.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
complex_single.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
double.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level1_cplx_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level1_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level1_real_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level2_cplx_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level2_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level2_real_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
level3_impl.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
single.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
xerbla.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +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.