eigen/blas
2016-01-26 11:44:16 -05:00
..
f2c
fortran
testing Update BLAS API unit tests 2015-11-30 22:19:20 +01:00
BandTriangularSolver.h
CMakeLists.txt
common.h
complex_double.cpp
complex_single.cpp
double.cpp
GeneralRank1Update.h
level1_cplx_impl.h
level1_impl.h
level1_real_impl.h
level2_cplx_impl.h bug #1152: Fix data race in static initialization of blas 2016-01-26 11:44:16 -05:00
level2_impl.h bug #1152: Fix data race in static initialization of blas 2016-01-26 11:44:16 -05:00
level2_real_impl.h bug #1152: Fix data race in static initialization of blas 2016-01-26 11:44:16 -05:00
level3_impl.h bug #1152: Fix data race in static initialization of blas 2016-01-26 11:44:16 -05:00
PackedSelfadjointProduct.h
PackedTriangularMatrixVector.h
PackedTriangularSolverVector.h
Rank2Update.h
README.txt
single.cpp
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.