aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
* Enable slice-vectorization+inner-unrolling when unaligned vectorization is al...Gravatar Gael Guennebaud2016-07-28
* Update and fix Cholesky mini benchmarkGravatar Gael Guennebaud2016-07-28
* Vectorize more small product expressions by letting the general assignement l...Gravatar Gael Guennebaud2016-07-28
* bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
* Add instructions for LAPACKE+AccelerateGravatar Gael Guennebaud2016-07-27
* Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
* bug #1260: add regression testGravatar Gael Guennebaud2016-07-27
* bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
* Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
* Added tag 3.3-beta2 for changeset f6b3cf8de98b0a66d206f28c087b402b0102af9aGravatar Gael Guennebaud2016-07-26
* Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
* FormattingGravatar Gael Guennebaud2016-07-26
* Fix testing of nearly zero input matrices.Gravatar Gael Guennebaud2016-07-26
* Add more very small numbers in the list of nearly "zero" values when testing ...Gravatar Gael Guennebaud2016-07-26
* Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
* Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26
* Typo.Gravatar Gael Guennebaud2016-07-26
* Typos.Gravatar Gael Guennebaud2016-07-26
* Fix with expession template scalar types.Gravatar Gael Guennebaud2016-07-26
* Split BLAS/LAPACK versus MKL documentationGravatar Gael Guennebaud2016-07-26
* bug #1258: fix compilation of Map<SparseMatrix>::coeffRefGravatar Gael Guennebaud2016-07-26
* Update doc.Gravatar Gael Guennebaud2016-07-25
* mergeGravatar Gael Guennebaud2016-07-25
|\
* | Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* | Rename MKL filesGravatar Gael Guennebaud2016-07-25
* | bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
| * Deleted dead code.Gravatar Benoit Steiner2016-07-25
|/
* bug #1249: enable use of __builtin_prefetch for GCC, clang, and ICC only.Gravatar Gael Guennebaud2016-07-25
* bug #1255: comment out broken and unsused line.Gravatar Gael Guennebaud2016-07-25
* bug #1250: fix pow() for AutoDiffScalar with custom nested scalar type.Gravatar Gael Guennebaud2016-07-25
* Implement digits10 for mprealGravatar Gael Guennebaud2016-07-25
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
* Extend boost.multiprec unit test with ET on, complexes, and general/generaliz...Gravatar Gael Guennebaud2016-07-25
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Add digits10 overload for complex.Gravatar Gael Guennebaud2016-07-25
* Remove custom complex division function cdiv.Gravatar Gael Guennebaud2016-07-25
* Update doc.Gravatar Gael Guennebaud2016-07-25
* Add NumTraits::digits10() function based on numeric_limits::digits10 and make...Gravatar Gael Guennebaud2016-07-25
* mergeGravatar Gael Guennebaud2016-07-23
|\
* | Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
| * Improved partial reductions in more casesGravatar Benoit Steiner2016-07-22
* | Allows the compiler to inline outer products (the change from default to dont...Gravatar Gael Guennebaud2016-07-22
|/
* mergeGravatar Gael Guennebaud2016-07-22
|\
| * add a noteGravatar Gael Guennebaud2016-07-22
| * Fix testing of log nearby 1Gravatar Gael Guennebaud2016-07-22
| * Truely split unit test.Gravatar Gael Guennebaud2016-07-22
| * Fix boostmultiprec for C++03Gravatar Gael Guennebaud2016-07-22