* * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically. |
||
|---|---|---|
| .. | ||
| testing | ||
| BandTriangularSolver.h | ||
| blas.h | ||
| chbmv.f | ||
| chpmv.f | ||
| chpr2.f | ||
| chpr.f | ||
| CMakeLists.txt | ||
| common.h | ||
| complex_double.cpp | ||
| complex_single.cpp | ||
| complexdots.f | ||
| ctbmv.f | ||
| ctpmv.f | ||
| ctpsv.f | ||
| double.cpp | ||
| drotm.f | ||
| drotmg.f | ||
| dsbmv.f | ||
| dspmv.f | ||
| dspr2.f | ||
| dspr.f | ||
| dtbmv.f | ||
| dtpmv.f | ||
| dtpsv.f | ||
| 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 | ||
| README.txt | ||
| single.cpp | ||
| srotm.f | ||
| srotmg.f | ||
| ssbmv.f | ||
| sspmv.f | ||
| sspr2.f | ||
| sspr.f | ||
| stbmv.f | ||
| stpmv.f | ||
| stpsv.f | ||
| xerbla.cpp | ||
| zhbmv.f | ||
| zhpmv.f | ||
| zhpr2.f | ||
| zhpr.f | ||
| ztbmv.f | ||
| ztpmv.f | ||
| ztpsv.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.