File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ Solves the nonlinear least squares problem defined by `prob` using the algorithm
11
11
12
12
## Full List of Methods
13
13
14
- - ` LevenbergMarquardt() ` : An advanced Levenberg-Marquardt implementation with the
15
- improvements suggested in the [ paper] ( https://arxiv.org/abs/1201.5885 ) "Improvements to
16
- the Levenberg-Marquardt algorithm for nonlinear least-squares minimization". Designed for
17
- large-scale and numerically-difficult nonlinear systems.
18
- - ` GaussNewton() ` : An advanced GaussNewton implementation with support for efficient
19
- handling of sparse matrices via colored automatic differentiation and preconditioned
20
- linear solvers. Designed for large-scale and numerically-difficult nonlinear least squares
21
- problems.
14
+ - ` LevenbergMarquardt() ` : An advanced Levenberg-Marquardt implementation with the
15
+ improvements suggested in the [ paper] ( https://arxiv.org/abs/1201.5885 ) "Improvements to
16
+ the Levenberg-Marquardt algorithm for nonlinear least-squares minimization". Designed for
17
+ large-scale and numerically-difficult nonlinear systems.
18
+ - ` GaussNewton() ` : An advanced GaussNewton implementation with support for efficient
19
+ handling of sparse matrices via colored automatic differentiation and preconditioned
20
+ linear solvers. Designed for large-scale and numerically-difficult nonlinear least squares
21
+ problems.
22
22
23
23
## Example usage
24
24
You can’t perform that action at this time.
0 commit comments