aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
Commit message (Expand)AuthorAge
...
* Merged in jdh8/eigen (pull request PR-17)Gravatar Gael Guennebaud2012-09-11
|\
* | fix compilation on freebsdGravatar Gael Guennebaud2012-09-11
| * Fix rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-10
| * Implement packed triangular solver.Gravatar Chen-Pang He2012-09-10
| * Implement packed triangular matrix-vector product.Gravatar Chen-Pang He2012-09-09
| * Use conj_expr_if to clarify what it's doing.Gravatar Chen-Pang He2012-09-09
| * Extend rank-1 updates for different storage orders.Gravatar Chen-Pang He2012-09-09
| * Implement rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-08
| * Simplify Rank2Update.hGravatar Chen-Pang He2012-09-08
| * Comment FIXMEs on Rank2Update.h and remove unused files.Gravatar Chen-Pang He2012-09-08
| * Implement rank-2 update for packed matrices.Gravatar Chen-Pang He2012-09-08
| * Perform direct calls in xHEMV and xSYMV.Gravatar Chen-Pang He2012-09-08
|/
* Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT.Gravatar Chen-Pang He2012-09-08
* Implement functors for rank-1 and rank-2 update.Gravatar Chen-Pang He2012-09-08
* Fix memory leak in DSDOT.Gravatar Chen-Pang He2012-09-07
* BLAS: implement DSDOT and SDSDOT; update test for them.Gravatar Chen-Pang He2012-09-05
* Fix a typo in blas/common.hGravatar Chen-Pang He2012-09-03
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* update blas interface for trsmGravatar Gael Guennebaud2012-06-12
* enforce weak linking of xerblaGravatar Gael Guennebaud2011-12-10
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* remove useless blas reference codeGravatar Gael Guennebaud2011-12-01
* add code for band triangular problems:Gravatar Gael Guennebaud2011-12-01
* output error messages in blas unit testsGravatar Gael Guennebaud2011-12-01
* hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
* move the blas.h header to blas/ and remove declaration of function returning ...Gravatar Gael Guennebaud2011-10-19
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
* BTL: add a Eigen-blas backendGravatar Gael Guennebaud2011-03-23
* forgot that one, againGravatar Gael Guennebaud2011-02-18
* fix bug #189 (issue with fortran concentions to return COMPLEX values)Gravatar Gael Guennebaud2011-02-18
* forgot to include this file in previous commit (needed for lapack)Gravatar Gael Guennebaud2011-02-18
* fix unused var warningGravatar Benoit Jacob2011-02-17
* forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)Gravatar Gael Guennebaud2011-02-17
* Add blas tests for buildtests target.Gravatar Jitse Niesen2011-02-17
* implement GBMVGravatar Gael Guennebaud2011-02-02
* enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
* Remove parentheses for compatibility with cmake 2.6.2Gravatar Jitse Niesen2010-11-24
* now the full blas folder requires a fortran compilerGravatar Gael Guennebaud2010-11-22
* split level 1 and 2 implementation files into smaller ones and fix a couple o...Gravatar Gael Guennebaud2010-11-22
* import reference BLAS routines which are not already implemented in Eigen : m...Gravatar Gael Guennebaud2010-11-22
* implement HEMV level2 blas routineGravatar Gael Guennebaud2010-11-21
* implement SYMV level2 blas routinesGravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* fix issue 114: workaround cmake enable_language bugGravatar Gael Guennebaud2010-11-20
* some cleaning in blas level 2Gravatar Gael Guennebaud2010-11-19
* implement GERC and GERU blas routinesGravatar Gael Guennebaud2010-11-19
* implement GER blas routineGravatar Gael Guennebaud2010-11-19