aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
* Resize lhs automatically in copy_using_evaluator().Gravatar Jitse Niesen2012-06-28
* fix implicit scalar conversionGravatar Gael Guennebaud2012-06-28
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* fix performance regression due to check_rows_cols_for_overflow and add approp...Gravatar Gael Guennebaud2012-06-26
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* Fix bug in {Matrix,Array}Wrapper evaluatorGravatar Jitse Niesen2012-06-24
* Fix bug in evaluators with sliced vectorization.Gravatar Jitse Niesen2012-06-24
* typoGravatar Gael Guennebaud2012-06-24
* 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
* bump to 3.1.0-rc2Gravatar Gael Guennebaud2012-06-21
* fix compilation issue with MKL's backendGravatar Gael Guennebaud2012-06-21
* extend documentation of *Support modulesGravatar Gael Guennebaud2012-06-21
* 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
* prevent the allocation of the two preconditioner, only one is neededGravatar Gael Guennebaud2012-06-15
* fix a warning and formattingGravatar Gael Guennebaud2012-06-15
* fix a few warningsGravatar Gael Guennebaud2012-06-15
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* 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
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
* 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
* For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).Gravatar Gael Guennebaud2012-06-07
* fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
* bump to beta1Gravatar Gael Guennebaud2012-06-06
* fix installation pathGravatar Gael Guennebaud2012-06-06
* Fix stopping criteria of CGGravatar Gael Guennebaud2012-06-06
* fix umfpack for row-majorGravatar Gael Guennebaud2012-06-06
* Fix bug #454: allow Block/Map objects for solving with SuperLUGravatar Gael Guennebaud2012-06-06
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
* CholmodDecomposition now has explicit variants. These variants will allow to ...Gravatar Gael Guennebaud2012-06-04
* make Simplicial* non-copyable, and fix return type of Simplicial*::compute()Gravatar Gael Guennebaud2012-06-04
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Fix bug #468: generalize UmfPack support to accept any input at the cost of a...Gravatar Gael Guennebaud2012-06-01
* SimplicialCholesky: avoid multiple twisting of the same matrix when calling c...Gravatar Gael Guennebaud2012-06-01
* ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().Gravatar kmargar2012-05-28
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
* Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
* fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18