Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #1197: fix/relax some LM unit tests | Gael Guennebaud | 2016-04-09 |
| | |||
* | Fixed warning on implicit integer conversion in test case code by using type ↵ | Georg Drenkhahn | 2014-09-20 |
| | | | | VectorXd::Index instead of int. | ||
* | Update reference value for testNistLanczos1 test | Gael Guennebaud | 2014-09-02 |
| | |||
* | relax some LM unit tests | Gael Guennebaud | 2014-09-02 |
| | |||
* | Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7c | Gael Guennebaud | 2012-12-07 |
| | |||
* | Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacy | Desire NUENTSA | 2012-12-07 |
| | | | | Split the levenberg marquardt test and the hybrid nonlinear test | ||
* | Fix bug #314: | Gael Guennebaud | 2012-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 NonlinearOptimization | Desire NUENTSA | 2012-10-09 |
| | |||
* | shut up stupid ICC warnings | Benoit Jacob | 2011-02-22 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | More Index realted warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | merge my Dynamic -> -1 change | Benoit Jacob | 2010-06-11 |
|\ | |||
* | | unsplit this test: was compiling 16 times the same thing! Need to find ↵ | Benoit Jacob | 2010-06-11 |
| | | | | | | | | another way. Suggestion: should compile the stuff once into a binary library, or properly split into different tests with different code. | ||
| * | Fixed many MSVC warnings. | Hauke Heibel | 2010-06-09 |
|/ | |||
* | the Index types change. | Benoit Jacob | 2010-05-30 |
| | | | | As discussed on the list (too long to explain here). | ||
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-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 | ||
* | tests for nonlinear module : use different slots + misc cleaning | Thomas Capricelli | 2010-04-18 |
| | |||
* | Use a specialization of test_is_equal() instead of defining COMPARE() | Thomas Capricelli | 2010-02-27 |
| | |||
* | * define COMPARE(,), which prints expected/actual results in case of failure | Thomas Capricelli | 2010-02-27 |
| | | | | * use it in test/NonLinearOptimization.cpp | ||
* | NonLinearOptimization : clean 'mode' handling from the old minpack code : | Thomas Capricelli | 2010-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 | ||
* | also fix tests for NumTraits<double>::epsilon() | Thomas Capricelli | 2010-02-11 |
| | |||
* | more eigenization, dropped 'ipvt' in lm | Thomas Capricelli | 2010-01-26 |
| | |||
* | some more (thoroughly checked) eigenization | Thomas Capricelli | 2010-01-26 |
| | |||
* | Use eigen methods for solving triangular systems. We loose again very | Thomas Capricelli | 2010-01-25 |
| | | | | slightly on both speed and precision on some tests. | ||
* | Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff. | Thomas Capricelli | 2010-01-25 |
| | | | | Results as checked by unit tests are very slightly worse, but not much. | ||
* | port unsupported modules to new API | Gael Guennebaud | 2010-01-05 |
| | |||
* | rename test for coherency with previous renaming of the module | Thomas Capricelli | 2009-11-16 |