mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -26,6 +26,7 @@
|
||||
#define EIGEN_NONLINEAR_MODULE_H
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include <unsupported/Eigen/NumericalDiff>
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user