Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #482: pass scalar arguments by const references. Still remains a few ↵ | Gael Guennebaud | 2013-02-25 |
| | | | | cases that might affect the ABI (see the bug entry) | ||
* | Fix bug #496: generalize internal rank1_update implementation to accept ↵ | Gael Guennebaud | 2013-02-24 |
| | | | | | | uplo(A) += v * w and make A.triangularView() += v * w uses it. Update unit tests and blas interface respectively. | ||
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
| | | | | | - 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 | ||
* | Merged in jdh8/eigen (pull request PR-17) | Gael Guennebaud | 2012-09-11 |
|\ | |||
* | | fix compilation on freebsd | Gael Guennebaud | 2012-09-11 |
| | | |||
| * | Fix rank-1 update for self-adjoint packed matrices. | Chen-Pang He | 2012-09-10 |
| | | |||
| * | Implement packed triangular solver. | Chen-Pang He | 2012-09-10 |
| | | |||
| * | Implement packed triangular matrix-vector product. | Chen-Pang He | 2012-09-09 |
| | | |||
| * | Use conj_expr_if to clarify what it's doing. | Chen-Pang He | 2012-09-09 |
| | | |||
| * | Extend rank-1 updates for different storage orders. | Chen-Pang He | 2012-09-09 |
| | | |||
| * | Implement rank-1 update for self-adjoint packed matrices. | Chen-Pang He | 2012-09-08 |
| | | |||
| * | Simplify Rank2Update.h | Chen-Pang He | 2012-09-08 |
| | | |||
| * | Comment FIXMEs on Rank2Update.h and remove unused files. | Chen-Pang He | 2012-09-08 |
| | | |||
| * | Implement rank-2 update for packed matrices. | Chen-Pang He | 2012-09-08 |
| | | |||
| * | Perform direct calls in xHEMV and xSYMV. | Chen-Pang He | 2012-09-08 |
|/ | |||
* | Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT. | Chen-Pang He | 2012-09-08 |
| | |||
* | Implement functors for rank-1 and rank-2 update. | Chen-Pang He | 2012-09-08 |
| | |||
* | Fix memory leak in DSDOT. | Chen-Pang He | 2012-09-07 |
| | |||
* | BLAS: implement DSDOT and SDSDOT; update test for them. | Chen-Pang He | 2012-09-05 |
| | |||
* | Fix a typo in blas/common.h | Chen-Pang He | 2012-09-03 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | remove dynamic allocation for fixed size object and triangular matrix-matrix ↵ | Gael Guennebaud | 2012-06-26 |
| | | | | products | ||
* | update blas interface for trsm | Gael Guennebaud | 2012-06-12 |
| | |||
* | enforce weak linking of xerbla | Gael Guennebaud | 2011-12-10 |
| | |||
* | mv blas.h to src/misc such that it would be possible to use any blas libraries, | Gael Guennebaud | 2011-12-09 |
| | | | | | | however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names | ||
* | Intel(R) MKL support added. | karturov | 2011-12-05 |
| | | | | | | | | | | * * * 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. | ||
* | remove useless blas reference code | Gael Guennebaud | 2011-12-01 |
| | |||
* | add code for band triangular problems: | Gael Guennebaud | 2011-12-01 |
| | | | | | - currently available from the BLAS interface only - and for vectors only | ||
* | output error messages in blas unit tests | Gael Guennebaud | 2011-12-01 |
| | |||
* | hopefully this workaround of cmake bug #9220 works for MSVC too | Gael Guennebaud | 2011-10-24 |
| | |||
* | move the blas.h header to blas/ and remove declaration of function returning ↵ | Gael Guennebaud | 2011-10-19 |
| | | | | a complex | ||
* | Enable incomplete BLAS/Lapack builds when no fortran compiler has been found. | Gael Guennebaud | 2011-09-21 |
| | | | | Works here with gcc. Hopefully this will work for MSVC too. | ||
* | enable instalation of blas and lapack libs | Gael Guennebaud | 2011-07-11 |
| | |||
* | BTL: add a Eigen-blas backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | forgot that one, again | Gael Guennebaud | 2011-02-18 |
| | |||
* | fix bug #189 (issue with fortran concentions to return COMPLEX values) | Gael Guennebaud | 2011-02-18 |
| | |||
* | forgot to include this file in previous commit (needed for lapack) | Gael Guennebaud | 2011-02-18 |
| | |||
* | fix unused var warning | Benoit Jacob | 2011-02-17 |
| | |||
* | forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL) | Gael Guennebaud | 2011-02-17 |
| | |||
* | Add blas tests for buildtests target. | Jitse Niesen | 2011-02-17 |
| | |||
* | implement GBMV | Gael Guennebaud | 2011-02-02 |
| | |||
* | enforce compilation of blas unit tests when running ctest | Gael Guennebaud | 2010-12-12 |
| | |||
* | Remove parentheses for compatibility with cmake 2.6.2 | Jitse Niesen | 2010-11-24 |
| | |||
* | now the full blas folder requires a fortran compiler | Gael Guennebaud | 2010-11-22 |
| | |||
* | split level 1 and 2 implementation files into smaller ones and fix a couple ↵ | Gael Guennebaud | 2010-11-22 |
| | | | | of numerical and tricky issues discovered by the lapack test suite | ||
* | import reference BLAS routines which are not already implemented in Eigen : ↵ | Gael Guennebaud | 2010-11-22 |
| | | | | modified givens rotations, and packed and banded storages | ||
* | implement HEMV level2 blas routine | Gael Guennebaud | 2010-11-21 |
| | |||
* | implement SYMV level2 blas routines | Gael Guennebaud | 2010-11-21 |
| | |||
* | implements TRMV level 2 blas routine | Gael Guennebaud | 2010-11-20 |
| | |||
* | fix issue 114: workaround cmake enable_language bug | Gael Guennebaud | 2010-11-20 |
| |