Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
NonlinLeastSquares.Jacobian
Public interface for the user supplied function to the
NonlinLeastSquares object. |
Modifier and Type | Method and Description |
---|---|
double[] |
NonlinLeastSquares.solve(NonlinLeastSquares.Function F)
Solve a nonlinear least-squares problem using a modified Levenberg-Marquardt
algorithm and a Jacobian.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.