eigen/blas
Gael Guennebaud c49421a82b The BLAS interface is complete.
(grafted from abc1ca0af1
)
2014-06-06 11:21:19 +02:00
..
testing
BandTriangularSolver.h
chbmv.f
chpmv.f
CMakeLists.txt Fix Fortran compiler detection 2014-02-13 09:21:13 +01:00
common.h
complex_double.cpp
complex_single.cpp
complexdots.f
ctbmv.f
double.cpp
drotm.f
drotmg.f
dsbmv.f
dspmv.f
dtbmv.f
GeneralRank1Update.h
level1_cplx_impl.h Add missing changes. 2013-06-12 17:56:15 +02:00
level1_impl.h Add missing changes. 2013-06-12 17:56:15 +02:00
level1_real_impl.h
level2_cplx_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level2_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level2_real_impl.h bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry) 2013-02-25 18:05:57 +01:00
level3_impl.h Add missing changes. 2013-06-12 17:56:15 +02:00
lsame.f
PackedSelfadjointProduct.h Add missing changes. 2013-06-12 17:56:15 +02:00
PackedTriangularMatrixVector.h
PackedTriangularSolverVector.h
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
srotm.f
srotmg.f
ssbmv.f
sspmv.f
stbmv.f
xerbla.cpp
zhbmv.f
zhpmv.f
ztbmv.f import reference BLAS routines which are not already implemented in Eigen : modified givens rotations, and packed and banded storages 2010-11-22 18:05:09 +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.