eigen/blas
2024-02-22 22:51:42 +00:00
..
f2c Remove return int types from BLAS/LAPACK functions. 2024-02-14 19:51:36 +00:00
fortran Remove unused fortran files 2014-12-13 21:41:25 +01:00
testing STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
BandTriangularSolver.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
blas.h Remove return int types from BLAS/LAPACK functions. 2024-02-14 19:51:36 +00:00
CMakeLists.txt Remove r_cnjg due to conflicts with f2c. 2024-02-12 23:16:03 +00:00
common.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
complex_double.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
complex_single.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
double.cpp Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
GeneralRank1Update.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level1_cplx_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level1_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level1_real_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level2_cplx_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level2_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level2_real_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
level3_impl.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
PackedSelfadjointProduct.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
PackedTriangularMatrixVector.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
PackedTriangularSolverVector.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
Rank2Update.h Remove "using namespace Eigen" from blas/common.h. 2024-02-22 22:51:42 +00:00
README.txt The BLAS interface is complete. 2014-06-06 11:21:19 +02:00
single.cpp Remove return int types from BLAS/LAPACK functions. 2024-02-14 19:51:36 +00:00
xerbla.cpp Remove return int types from BLAS/LAPACK functions. 2024-02-14 19:51:36 +00:00

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.