aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/NonLinearOptimization.cpp
Commit message (Expand)AuthorAge
* relax number of iterations checks to avoid false negativesGravatar Gael Guennebaud2018-10-15
* gcc thinks this may not be initializedGravatar Christoph Hertzberg2018-08-28
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Removed unnecessary statementGravatar Benoit Steiner2016-11-05
* bug #1197: fix/relax some LM unit testsGravatar Gael Guennebaud2016-04-09
* Fixed warning on implicit integer conversion in test case code by using type ...Gravatar Georg Drenkhahn2014-09-20
* Update reference value for testNistLanczos1 testGravatar Gael Guennebaud2014-09-02
* relax some LM unit testsGravatar Gael Guennebaud2014-09-02
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | unsplit this test: was compiling 16 times the same thing! Need to find anothe...Gravatar Benoit Jacob2010-06-11
| * Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* tests for nonlinear module : use different slots + misc cleaningGravatar Thomas Capricelli2010-04-18
* Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
* * define COMPARE(,), which prints expected/actual results in case of failureGravatar Thomas Capricelli2010-02-27
* NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
* also fix tests for NumTraits<double>::epsilon()Gravatar Thomas Capricelli2010-02-11
* more eigenization, dropped 'ipvt' in lmGravatar 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
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* rename test for coherency with previous renaming of the moduleGravatar Thomas Capricelli2009-11-16