merge both c methods lmder/lmder1 into one class LevenbergMarquardt with

two methods.
This commit is contained in:
Thomas Capricelli
2009-08-25 13:40:45 +02:00
parent 86cb9364c9
commit 602b13815f
4 changed files with 144 additions and 85 deletions

View File

@@ -53,7 +53,6 @@ namespace Eigen {
#include "src/NonLinear/lmstr.h"
#include "src/NonLinear/lmdif.h"
#include "src/NonLinear/hybrj.h"
#include "src/NonLinear/lmder1.h"
#include "src/NonLinear/lmstr1.h"
#include "src/NonLinear/hybrd1.h"
#include "src/NonLinear/hybrj1.h"