eigen/blas
Samir Benmendil 288d456c29 Replace language_support module with builtin CheckLanguage
The workaround_9220 function was introduced a long time ago to
workaround a CMake issue with enable_language(OPTIONAL). Since then
CMake has clarified that the OPTIONAL keywords has not been
implemented[0].

A CheckLanguage module is now provided with CMake to check if a language
can be enabled. Use that instead.

[0] https://cmake.org/cmake/help/v3.18/command/enable_language.html
2021-01-27 13:26:40 +00:00
..
f2c MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
fortran
testing STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
BandTriangularSolver.h
CMakeLists.txt Replace language_support module with builtin CheckLanguage 2021-01-27 13:26:40 +00:00
common.h Consistently use EIGEN_BLAS_FUNC in BLAS. 2019-02-27 11:30:58 -08:00
complex_double.cpp
complex_single.cpp
double.cpp Consistently use EIGEN_BLAS_FUNC in BLAS. 2019-02-27 11:30:58 -08:00
GeneralRank1Update.h
level1_cplx_impl.h Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Agarwal. 2019-04-15 17:18:03 +02:00
level1_impl.h Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Agarwal. 2019-04-15 17:18:03 +02:00
level1_real_impl.h Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Agarwal. 2019-04-15 17:18:03 +02:00
level2_cplx_impl.h
level2_impl.h
level2_real_impl.h
level3_impl.h bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matrix with a destination having a non-trivial inner-stride 2019-09-11 15:04:25 +02:00
PackedSelfadjointProduct.h
PackedTriangularMatrixVector.h
PackedTriangularSolverVector.h
Rank2Update.h
README.txt
single.cpp Consistently use EIGEN_BLAS_FUNC in BLAS. 2019-02-27 11:30:58 -08:00
xerbla.cpp

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.