mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
a76fbbf397
- remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace |
||
---|---|---|
.. | ||
testing | ||
BandTriangularSolver.h | ||
chbmv.f | ||
chpmv.f | ||
CMakeLists.txt | ||
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 | ||
level1_impl.h | ||
level1_real_impl.h | ||
level2_cplx_impl.h | ||
level2_impl.h | ||
level2_real_impl.h | ||
level3_impl.h | ||
lsame.f | ||
PackedSelfadjointProduct.h | ||
PackedTriangularMatrixVector.h | ||
PackedTriangularSolverVector.h | ||
Rank2Update.h | ||
README.txt | ||
single.cpp | ||
srotm.f | ||
srotmg.f | ||
ssbmv.f | ||
sspmv.f | ||
stbmv.f | ||
xerbla.cpp | ||
zhbmv.f | ||
zhpmv.f | ||
ztbmv.f |
This directory contains a BLAS library built on top of Eigen. This is currently a work in progress which is far to be ready for use, but feel free to contribute to it if you wish. This module is not built by default. In order to compile it, you need to type 'make blas' from within your build dir.