org.ddogleg.optimization.funcs
Interface EvalFuncLeastSquares
-
- All Known Implementing Classes:
- EvalFuncBadlyScaledBrown, EvalFuncCurveFit, EvalFuncHelicalValley, EvalFuncPowell, EvalFuncRosenbrock, EvalFuncRosenbrockMod, EvalFuncTrigonometric, EvalFuncVariablyDimensioned
public interface EvalFuncLeastSquares
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FunctionNtoMgetFunction()double[]getInitial()FunctionNtoMxNgetJacobian()double[]getOptimal()
-
-
-
Method Detail
-
getFunction
FunctionNtoM getFunction()
-
getJacobian
FunctionNtoMxN getJacobian()
-
getInitial
double[] getInitial()
-
getOptimal
double[] getOptimal()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG