aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
Commit message (Collapse)AuthorAge
* 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
* Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
|
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
|
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵Gravatar Benoit Jacob2012-07-13
| | | | including non-MPL2 modules
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* the Index types change.Gravatar Benoit Jacob2010-05-30
| | | | As discussed on the list (too long to explain here).
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| | | | | | | | * get rid of BlockReturnType: it was not needed, and code was not always using it consistently anyway * add topRows(), leftCols(), bottomRows(), rightCols() * add corners unit-test covering all of that * adapt docs, expand "porting from eigen 2 to 3" * adapt Eigen2Support
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
|
* more eigenization, dropped 'ipvt' in lmGravatar Thomas Capricelli2010-01-26
|
* remove spacesGravatar Thomas Capricelli2010-01-26
|
* some more (thoroughly checked) eigenizationGravatar Thomas Capricelli2010-01-26
|
* Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
| | | | slightly on both speed and precision on some tests.
* define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
| | | | need to keep the old one around, though.
* useful cleaningGravatar Thomas Capricelli2010-01-25
|
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
|
* Big renaming:Gravatar Benoit Jacob2010-01-04
| | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day.
* cleaningGravatar Thomas Capricelli2009-11-26
|
* kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
|
* make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26
|
* reduce ei_qrsolv() signature, wa is actually a 'working array'Gravatar Thomas Capricelli2009-11-26
|
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09