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 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.