eigen/blas
2016-11-03 04:08:43 -07:00
..
f2c Adds a modified f2c-generated C implmentation for BLAS. 2014-11-24 10:56:30 -08:00
fortran Remove unused fortran files 2014-12-13 21:41:25 +01:00
testing Reenable the generation of dynamic blas libraries. 2016-11-03 04:08:43 -07:00
BandTriangularSolver.h Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
CMakeLists.txt Reenable the generation of dynamic blas libraries. 2016-11-03 04:08:43 -07:00
common.h Improve constness of level2 blas API. 2016-04-11 17:13:01 +02:00
complex_double.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
complex_single.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
double.cpp Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
GeneralRank1Update.h Use conj_expr_if to clarify what it's doing. 2012-09-09 21:35:28 +08:00
level1_cplx_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level1_impl.h Improve constness of level2 blas API. 2016-04-11 17:13:01 +02:00
level1_real_impl.h Rename the vector() factories defined in blas/common.h into make_vector() to prevent a possible name conflict with std::vector. 2014-04-01 11:23:28 +02:00
level2_cplx_impl.h Improve constness of level2 blas API. 2016-04-11 17:13:01 +02:00
level2_impl.h Improve constness of level2 blas API. 2016-04-11 17:13:01 +02:00
level2_real_impl.h Improve constness of level2 blas API. 2016-04-11 17:13:01 +02:00
level3_impl.h Implement stricter argument checking for SYRK and SY2K and real matrices. To implement the BLAS API they should return info=2 if op='C' is passed for a complex matrix. Without this change, the Eigen BLAS fails the strict zblat3 and cblat3 tests in LAPACK 3.5. 2016-04-27 19:59:44 +02:00
PackedSelfadjointProduct.h Add missing changes. 2013-06-12 17:56:15 +02:00
PackedTriangularMatrixVector.h Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
PackedTriangularSolverVector.h Implement packed triangular solver. 2012-09-10 06:29:02 +08:00
Rank2Update.h Add missing changes. 2013-06-12 17:56:15 +02:00
README.txt The BLAS interface is complete. 2014-06-06 11:21:19 +02:00
single.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02:00
xerbla.cpp Cygwin does not like weak linking either. 2015-02-28 14:53:11 +01: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.