aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fix bug in evaluators with sliced vectorization.Gravatar Jitse Niesen2012-06-24
|
* Fix an evaluator test which was wrong and failed in debug builds.Gravatar Jitse Niesen2012-06-24
|
* typoGravatar Gael Guennebaud2012-06-24
|
* fix GMRESGravatar Gael Guennebaud2012-06-23
|
* put the resurected files into the Eigen namespaceGravatar Gael Guennebaud2012-06-22
|
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
|
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
|
* bump default branch to 3.1.90Gravatar Gael Guennebaud2012-06-22
|
* Added tag 3.1.0-rc2 for changeset dd86165c135a5dfc8f4e8040d242cd3812d56087Gravatar Gael Guennebaud2012-06-21
|
* bump to 3.1.0-rc2Gravatar Gael Guennebaud2012-06-21
|
* fix compilation issue with MKL's backendGravatar Gael Guennebaud2012-06-21
|
* add the multithreading topic in the topic listGravatar Gael Guennebaud2012-06-21
|
* fix sparse benchmark helpGravatar Gael Guennebaud2012-06-21
|
* extend documentation of *Support modulesGravatar Gael Guennebaud2012-06-21
|
* MPreal: extended unit test, remove useless internal overloads, add support ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* patch mpfr c++ copy to fix warnings and min/max issuesGravatar Gael Guennebaud2012-06-21
|
* update internal mpfr C++ copyGravatar Gael Guennebaud2012-06-21
|
* Fix some typos in sparse tutorial.Gravatar Jitse Niesen2012-06-20
|
* fix bug #478: RealSchur failed on a zero matrix.Gravatar Gael Guennebaud2012-06-20
|
* fix bug #477: warning with gcc 4.7Gravatar Gael Guennebaud2012-06-20
|
* significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20
|
* comment two tests in nomalloc (there is no regression here, it's just I've ↵Gravatar Gael Guennebaud2012-06-20
| | | | been too optimistic when adding them recently)
* fix geometry tutorial about scalings.Gravatar Gael Guennebaud2012-06-18
|
* update custom scalar type docGravatar Gael Guennebaud2012-06-18
|
* update adolc support wrt "new" NumTraits mechanismGravatar Gael Guennebaud2012-06-18
|
* Update custom scalar example, based on unstable/Eigen/AdolcForward .Gravatar Jitse Niesen2012-06-16
|
* prevent the allocation of the two preconditioner, only one is neededGravatar Gael Guennebaud2012-06-15
|
* fix a warning and formattingGravatar Gael Guennebaud2012-06-15
|
* Matrix-Market: fix perf issue and infinite loopGravatar Gael Guennebaud2012-06-15
|
* fix a few warningsGravatar Gael Guennebaud2012-06-15
|
* fix typo in unsupported/NumericalDiffGravatar Gael Guennebaud2012-06-15
|
* Added tag 3.1.0-rc1 for changeset 4ca5735de4b0213f3907784b0f2df68aef9c0cd2Gravatar Gael Guennebaud2012-06-14
|
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
|
* bug #466: better fix for the race condition: this new patch add an ↵Gravatar Gael Guennebaud2012-06-14
| | | | | | | initParallel() function which must be called at the initialization time of any multi-threaded application calling Eigen from multiple threads.
* fix bug #475: .exp() now returns +inf when overflow occurs (SSE)Gravatar Gael Guennebaud2012-06-14
|
* disable the MKL's vm*powx functions on windowsGravatar Gael Guennebaud2012-06-14
|
* simplify and clean a bit the Pastix support moduleGravatar Gael Guennebaud2012-06-12
|
* update blas interface for trsmGravatar Gael Guennebaud2012-06-12
|
* extend nomalloc unit test to test the solve callsGravatar Gael Guennebaud2012-06-12
|
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
|
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
|
* fix typoGravatar Gael Guennebaud2012-06-11
|
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
| | | | After all, the solution based on threadprivate is not that costly.
* workaround ICC 11.1 compilation issueGravatar Gael Guennebaud2012-06-08
|
* fix ambiguous calls in the functors by prefixing function calls with internal::Gravatar Gael Guennebaud2012-06-08
|
* BTL: add missing TRMM plots, update Eigen's interfaceGravatar Gael Guennebaud2012-06-07
|
* clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
|
* fix a warningGravatar Gael Guennebaud2012-06-07
|
* For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).Gravatar Gael Guennebaud2012-06-07
| | | | Document how is applied the permutation in Simplicial* .
* fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
|