aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* fix computation of fixed size sub/super diagonal sizeGravatar Gael Guennebaud2012-07-10
* Fix possible underflow issues in SelfAdjointEigenSolverGravatar Gael Guennebaud2012-07-10
* Evaluators: Remove member variables if known at compile-time.Gravatar Jitse Niesen2012-07-06
* fix compilation with MSVCGravatar Gael Guennebaud2012-07-05
* Fix bug #480: workaround the Android NDK defining isfinite as a macroGravatar Gael Guennebaud2012-07-05
* bug #481 step 1: add a new Ref<> class for non templated function argumentsGravatar Gael Guennebaud2012-07-05
* bug #488: Add setShift method (and functionality) to Cholmod classesGravatar Christoph Hertzberg2012-07-04
* fix bug #486: template speacialization of member functions must be declared i...Gravatar Gael Guennebaud2012-07-05
* Move implementation of coeff() &c to Matrix/Array evaluator.Gravatar Jitse Niesen2012-07-05
* fix bug #487: isometry * scaling was not compilingGravatar Gael Guennebaud2012-07-04
* fix typoGravatar Konstantinos Margaritis2012-07-04
* fix NEON port, use vget_lane_*() instead of temporary variables (saves extraGravatar Konstantinos Margaritis2012-07-04
* Doc: add an example for HouseholderQR::householderQ()Gravatar Gael Guennebaud2012-07-02
* workaround compilation issue with MSVC 2005Gravatar Gael Guennebaud2012-07-02
* Implement A.noalias() = B * C without temporariesGravatar Jitse Niesen2012-06-29
* Make product eval-at-once.Gravatar Jitse Niesen2012-06-29
* Implement eval-at-once in evaluator.Gravatar Jitse Niesen2012-06-29
* Implement interface for NoAlias assignments.Gravatar Jitse Niesen2012-06-29
* 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