You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Lanchid 8a170d3fa6 Scheisse... hab anscheinend vergessen das zu pushen 12 years ago
..
testing Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
BandTriangularSolver.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
CMakeLists.txt Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
README.txt Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
chbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
chpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
chpr.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
chpr2.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
common.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
complex_double.cpp Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
complex_single.cpp Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
complexdots.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ctbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ctpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ctpsv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
double.cpp Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
drotm.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
drotmg.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dsbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dspmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dspr.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dspr2.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dtbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dtpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
dtpsv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level1_cplx_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level1_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level1_real_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level2_cplx_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level2_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level2_real_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
level3_impl.h Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
lsame.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
single.cpp Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
srotm.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
srotmg.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ssbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
sspmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
sspr.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
sspr2.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
stbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
stpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
stpsv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
xerbla.cpp Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
zhbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
zhpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
zhpr.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
zhpr2.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ztbmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ztpmv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago
ztpsv.f Updated Eigen to 3.1.2 (5097c01bcdc4) 12 years ago

README.txt


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.