aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
Commit message (Collapse)AuthorAge
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
|
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
| | | | | | | | 746c787a763ed8be1bbba1e42310d8b968feacd0 and ee0e39284c8ddd94ae82604e8bb51a846e3dc644 . Reported on forum: http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
|
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|
* the Index types change.Gravatar Benoit Jacob2010-05-30
| | | | As discussed on the list (too long to explain here).
* misc cleaningGravatar Thomas Capricelli2010-02-28
|
* NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
| | | | | | * this is actually a boolean, not an int * use a better name * can be set at initialization time instead of bloating all methods signatures
* fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
|
* Put the Status outside of the class, it really does not depend on theGravatar Thomas Capricelli2010-01-28
| | | | FunctorType or Scalar template parameters.
* eigenization of ei_r1updt()Gravatar Thomas Capricelli2010-01-28
|
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
|
* use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
| | | | | + cleaning. This results in some more memory being used, but not much.
* clean r1mpyq: remove fortran leftoversGravatar Thomas Capricelli2010-01-26
|
* remove spacesGravatar Thomas Capricelli2010-01-26
|
* get rid of ei_qform + lot of other cleaning, now that we do not depend onGravatar Thomas Capricelli2010-01-26
| | | | minpack qr factorization.
* some more eigenizationGravatar Thomas Capricelli2010-01-26
|
* use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
| | | | | of the "compact inside a vector" scheme used by fortran/minpack. The most difficult part is to fix all related code. Tests pass.
* cleaningGravatar Thomas Capricelli2010-01-26
|
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
| | | | Results as checked by unit tests are very slightly worse, but not much.
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
|
* Remove //@{ ... //@} for same reason as in changeset ↵Gravatar Jitse Niesen2009-12-13
| | | | | | 2026ea7ff2be0473511cc74c56538cb98c13d301 .
* computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
|
* use typedefGravatar Thomas Capricelli2009-11-25
|
* some more documentationGravatar Thomas Capricelli2009-11-09
|
* various fixes in headersGravatar Thomas Capricelli2009-11-09
|
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09