Uses of Interface
xal.extension.fit.lsm.ModelFunction
Packages that use ModelFunction
-
Uses of ModelFunction in xal.extension.fit.lsm
Classes in xal.extension.fit.lsm that implement ModelFunctionModifier and TypeClassDescriptionclassThis is an abstract adapter class for a model function with one independent variable.Methods in xal.extension.fit.lsm with parameters of type ModelFunctionModifier and TypeMethodDescriptionbooleanFitSolver.solve(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.booleanSolverLM.solve(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.booleanSolverLSM.solve(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.