aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/levenberg_marquardt.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Turn a converge check to a warningGravatar Gael Guennebaud2016-04-13
|
* bug #1197: fix/relax some LM unit testsGravatar Gael Guennebaud2016-04-09
|
* bug #1160: fix and relax some lm unit tests by turning faillures to warningsGravatar Gael Guennebaud2016-04-09
|
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
|
* relax some LM unit testsGravatar Gael Guennebaud2014-09-02
|
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ↵Gravatar Desire NUENTSA2013-02-20
| | | | for Levenberg Marquardt,
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08