aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/LevenbergMarquardt
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Fixed some incorrect assertionsGravatar Benoit Steiner2016-05-05
* Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Fixed compiler warning on implicit integer conversion by separating index typ...Gravatar Georg Drenkhahn2014-09-20
* Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
* Add include LevenbergMarquardt in CMakeLists.txt.Gravatar Freddie Witherden2014-04-12
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* MSVC fix; the compiler failed to detect the correct overload.Gravatar Hauke Heibel2013-02-28
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ...Gravatar Desire NUENTSA2013-02-20
* 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