Uses of Class
xal.extension.fit.lsm.DataStore
Packages that use DataStore
-
Uses of DataStore in xal.extension.fit.lsm
Methods in xal.extension.fit.lsm with parameters of type DataStoreModifier 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.