Uses of Interface
com.imsl.math.NonlinLeastSquares.Function
Packages that use NonlinLeastSquares.Function
-
Uses of NonlinLeastSquares.Function in com.imsl.math
Subinterfaces of NonlinLeastSquares.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to theNonlinLeastSquaresobject.Methods in com.imsl.math with parameters of type NonlinLeastSquares.FunctionModifier and TypeMethodDescriptiondouble[]NonlinLeastSquares.solve(NonlinLeastSquares.Function F) Solve a nonlinear least-squares problem using a modified Levenberg-Marquardt algorithm and a Jacobian.