Skip to content

Commit e1940d4

Browse files
Update docs/src/solvers/NonlinearSystemSolvers.md
1 parent bd5af95 commit e1940d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/solvers/NonlinearSystemSolvers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ features, but have a bit of overhead on very small problems.
6666
with fallbacks to robust methods to allow for solving easy problems quickly without sacrificing
6767
robustnes on the hard problems.
6868
- `GeneralBroyden()`: Generalization of Broyden's Quasi-Newton Method with Line Search and
69-
Automatic Jacobian Resetting. This is a fast method but unstable for most problems!
69+
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
70+
the Jacobian matrix is sufficiently large.
7071
- `GeneralKlement()`: Generalization of Klement's Quasi-Newton Method with Line Search and
71-
Automatic Jacobian Resetting. This is a fast method but unstable for most problems!
72+
Automatic Jacobian Resetting. This is a fast method but unstable when the condition number of
73+
the Jacobian matrix is sufficiently large.
7274

7375
### SimpleNonlinearSolve.jl
7476

0 commit comments

Comments
 (0)