remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() by

using the generic Eigen NumericalDiff recently introduced.

LevenbergMarquardt::lmdif1(), which is provided as a convenience method for
people porting code from (c)minpack, is now a static function
This commit is contained in:
Thomas Capricelli
2009-09-28 03:26:42 +02:00
parent 87be19de4a
commit d3850641a1
3 changed files with 45 additions and 300 deletions

View File

@@ -26,6 +26,7 @@
#define EIGEN_NONLINEAR_MODULE_H
#include <Eigen/Core>
#include <unsupported/Eigen/NumericalDiff>
namespace Eigen {