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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionboolean
FitSolver.solve
(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.boolean
SolverLM.solve
(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.boolean
SolverLSM.solve
(DataStore ds, ModelFunction mf, double[] iniArr, double[] errIniArr, boolean[] useArr) Solve the fitting problem.