eigen/blas
2015-02-12 21:48:41 +01: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
BandTriangularSolver.h
CMakeLists.txt Use f2c generated code instead of the original fortran code, except for dotc/dotu. 2014-12-11 17:03:41 +01:00
common.h typo 2015-02-10 19:22:05 +01:00
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
level2_impl.h merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper 2015-02-12 21:48:41 +01:00
level2_real_impl.h
level3_impl.h remove useless include 2015-02-10 22:59:27 +01:00
PackedSelfadjointProduct.h
PackedTriangularMatrixVector.h
PackedTriangularSolverVector.h
Rank2Update.h
README.txt
single.cpp
xerbla.cpp typo 2015-02-10 19:22:05 +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.