merge both c methods hybrj1/hybrj into one class HybridNonLinearSolver with

two methods. hybrd stuff renamed to HybridNonLinearSolverNumericalDiff.
This commit is contained in:
Thomas Capricelli
2009-08-25 13:56:25 +02:00
parent a043708e87
commit d880e6f774
5 changed files with 96 additions and 57 deletions

View File

@@ -54,7 +54,6 @@ namespace Eigen {
#include "src/NonLinear/lmdif.h"
#include "src/NonLinear/hybrj.h"
#include "src/NonLinear/lmstr1.h"
#include "src/NonLinear/hybrj1.h"
#include "src/NonLinear/lmdif1.h"
#include "src/NonLinear/chkder.h"