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.
 
 
 
 
PBerger 533692914d Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
..
testing Updated eigen to HEAD version 12 years ago
BandTriangularSolver.h Added Eigen3 library 12 years ago
CMakeLists.txt Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
GeneralRank1Update.h Updated eigen to HEAD version 12 years ago
PackedSelfadjointProduct.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
PackedTriangularMatrixVector.h Updated eigen to HEAD version 12 years ago
PackedTriangularSolverVector.h Updated eigen to HEAD version 12 years ago
README.txt Added Eigen3 library 12 years ago
Rank2Update.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
chbmv.f Added Eigen3 library 12 years ago
chpmv.f Added Eigen3 library 12 years ago
common.h Updated eigen to HEAD version 12 years ago
complex_double.cpp Added Eigen3 library 12 years ago
complex_single.cpp Added Eigen3 library 12 years ago
complexdots.f Added Eigen3 library 12 years ago
ctbmv.f Added Eigen3 library 12 years ago
double.cpp Updated eigen to HEAD version 12 years ago
drotm.f Added Eigen3 library 12 years ago
drotmg.f Added Eigen3 library 12 years ago
dsbmv.f Added Eigen3 library 12 years ago
dspmv.f Added Eigen3 library 12 years ago
dtbmv.f Added Eigen3 library 12 years ago
level1_cplx_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
level1_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
level1_real_impl.h Added Eigen3 library 12 years ago
level2_cplx_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
level2_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
level2_real_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
level3_impl.h Upgraded shipped version of eigen to 3.2.1. Official release comment: This is a maintenance release with many bug fixes since the release of 3.2.0 half a year ago. The support for Eigen2 is now marked as deprecated and will be removed in the forthcoming 3.3 release. There are also some limited performance improvements and added functionality in the 3.2.1 release. 11 years ago
lsame.f Added Eigen3 library 12 years ago
single.cpp Updated eigen to HEAD version 12 years ago
srotm.f Added Eigen3 library 12 years ago
srotmg.f Added Eigen3 library 12 years ago
ssbmv.f Added Eigen3 library 12 years ago
sspmv.f Added Eigen3 library 12 years ago
stbmv.f Added Eigen3 library 12 years ago
xerbla.cpp Added Eigen3 library 12 years ago
zhbmv.f Added Eigen3 library 12 years ago
zhpmv.f Added Eigen3 library 12 years ago
ztbmv.f Added Eigen3 library 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.