aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
Commit message (Expand)AuthorAge
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* 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 including...Gravatar Benoit Jacob2012-07-13
* 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 d...Gravatar Gael Guennebaud2011-07-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* 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
* define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
* useful cleaningGravatar Thomas Capricelli2010-01-25
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* Big renaming:Gravatar Benoit Jacob2010-01-04
* 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