Uses of Class
com.imsl.math.NonlinLeastSquares.TooManyIterationsException
Packages that use NonlinLeastSquares.TooManyIterationsException
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of NonlinLeastSquares.TooManyIterationsException in com.imsl.math
Methods in com.imsl.math that throw NonlinLeastSquares.TooManyIterationsExceptionModifier and TypeMethodDescriptiondouble[]NonlinLeastSquares.solve(NonlinLeastSquares.Function F) Solve a nonlinear least-squares problem using a modified Levenberg-Marquardt algorithm and a Jacobian. -
Uses of NonlinLeastSquares.TooManyIterationsException in com.imsl.test.example.math
Methods in com.imsl.test.example.math that throw NonlinLeastSquares.TooManyIterationsException