Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
NonlinLeastSquaresEx2.main(String[] args) |
static void |
NonlinLeastSquaresEx1.main(String[] args) |
Copyright © 2020 Rogue Wave Software. All rights reserved.