aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h
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
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* Fixed some incorrect assertionsGravatar Benoit Steiner2016-05-05
|
* Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
|
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
|
* Add no_assignment_operator to a few classes that must not be assigned, and ↵Gravatar Gael Guennebaud2013-07-10
| | | | fix a couple of warnings.
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
|
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ↵Gravatar Desire NUENTSA2013-02-20
| | | | for Levenberg Marquardt,
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08