Skip to content

Commit

Permalink
Update docs/src/solvers/NonlinearSystemSolvers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 25, 2023
1 parent bd5af95 commit e1940d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/solvers/NonlinearSystemSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ features, but have a bit of overhead on very small problems.
with fallbacks to robust methods to allow for solving easy problems quickly without sacrificing
robustnes on the hard problems.
- `GeneralBroyden()`: Generalization of Broyden's Quasi-Newton Method with Line Search and
Automatic Jacobian Resetting. This is a fast method but unstable for most problems!
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
the Jacobian matrix is sufficiently large.
- `GeneralKlement()`: Generalization of Klement's Quasi-Newton Method with Line Search and
Automatic Jacobian Resetting. This is a fast method but unstable for most problems!
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
the Jacobian matrix is sufficiently large.

### SimpleNonlinearSolve.jl

Expand Down

0 comments on commit e1940d4

Please sign in to comment.