Skip to content

Commit c0b1cbc

Browse files
update doc
1 parent ec01096 commit c0b1cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Calling `model = bpdn_nls_model()` returns the same problem modeled explicitly a
4545

4646
### Fitzhugh-Nagumo data-fitting problem
4747

48-
If `ADNLPModels` and `DifferentialEquations` have been imported, `model = fh_model()` returns a model representing the over-determined nonlinear least-squares residual
48+
If `ADNLPModels`, `OrdinaryDiffEqVerner` and `ReverseDiff` have been imported, `model = fh_model()` returns a model representing the over-determined nonlinear least-squares residual
4949
```math
5050
f(x) = \tfrac{1}{2} \|F(x)\|_2^2,
5151
```

0 commit comments

Comments
 (0)