This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
842e31cf5c8fd31f394156ada84a1aeeab89ef7e
eigen
/
unsupported
/
Eigen
/
src
/
LevenbergMarquardt
History
Georg Drenkhahn
3bd31e21b5
Fixed compiler warning on implicit integer conversion by separating index type for matrix and permutation matrix which may not be equal.
2014-09-20 15:00:36 +02:00
..
CMakeLists.txt
Add include LevenbergMarquardt in CMakeLists.txt.
2014-04-12 12:53:09 +01:00
CopyrightMINPACK.txt
Move work in progress Levenberg Marquardt module in unsupported
2012-12-08 18:22:23 +01:00
LevenbergMarquardt.h
Allow LevenbergMarquardt to work with non-standard types.
2014-08-27 15:24:51 +01:00
LMcovar.h
Replace assert() by eigen_assert() (fixes bug
#548
).
2013-02-02 22:04:42 +00:00
LMonestep.h
Fix bug
#314
: move remaining math functions from internal to numext namespace
2013-06-10 23:40:56 +02:00
LMpar.h
Set built-in sparse QR as the default sparse solver and add ComputationInfo for Levenberg Marquardt,
2013-02-20 14:10:14 +01:00
LMqrsolv.h
Fixed compiler warning on implicit integer conversion by separating index type for matrix and permutation matrix which may not be equal.
2014-09-20 15:00:36 +02:00