eigen/blas
2023-12-05 21:22:55 +00:00
..
f2c Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +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 Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
blas.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
CMakeLists.txt Adds new CMake Options for controlling build components. 2022-03-05 05:49:45 +00:00
common.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +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 Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
GeneralRank1Update.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level1_cplx_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level1_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level1_real_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level2_cplx_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level2_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level2_real_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
level3_impl.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
PackedSelfadjointProduct.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
PackedTriangularMatrixVector.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
PackedTriangularSolverVector.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
Rank2Update.h Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
README.txt The BLAS interface is complete. 2014-06-06 11:21:19 +02:00
single.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
xerbla.cpp Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +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.