aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | 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
| * | | | Fix CUDA compilationGravatar Gael Guennebaud2016-07-22
* | | | | Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
|/ / / /
* | | | More cleaning in half:Gravatar Gael Guennebaud2016-07-22
* | | | Fix CUDA compilationGravatar Gael Guennebaud2016-07-21
* | | | Use ADL and log10 for printing matrices.Gravatar Gael Guennebaud2016-07-21
* | | | Extend unit testing of half with ADL and arrays.Gravatar Gael Guennebaud2016-07-21
* | | | Add missing log10 and random generator for half.Gravatar Gael Guennebaud2016-07-21
* | | | Some cleanup in Halh: standard functions should be defined in the namespace o...Gravatar Gael Guennebaud2016-07-21
* | | | Add a doc page summarizing the true speed of Eigen's decompositions.Gravatar Gael Guennebaud2016-07-21
* | | | Update benchmark for dense solver to stress least-squares pb, and to output a...Gravatar Gael Guennebaud2016-07-21
* | | | enable testing of Boost.Multiprecision with expression templatesGravatar Gael Guennebaud2016-07-20
* | | | Fixed a code comment errorGravatar Yi Lin2016-07-20
* | | | Add a unit test to stress our solvers with Boost.MultiprecisionGravatar Gael Guennebaud2016-07-20
* | | | Enable custom scalar types in some unit tests.Gravatar Gael Guennebaud2016-07-20
* | | | Make use of EIGEN_TEST_MAX_SIZEGravatar Gael Guennebaud2016-07-20
* | | | Fix ambiguous specialization with custom scalar typeGravatar Gael Guennebaud2016-07-20
* | | | Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* | | | Add missing Eigen::rsqrt global functionGravatar Gael Guennebaud2016-07-20