Skip to content

Commit 7fadae1

Browse files
Merge pull request #250 from SciML/ChrisRackauckas-patch-1
Improve API documentation docstrings
2 parents 9e5a07c + f65b171 commit 7fadae1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/src/api/nonlinearsolve.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
These are the native solvers of NonlinearSolve.jl.
44

5-
## Solver API
5+
## Core Nonlinear Solvers
66

77
```@docs
88
NewtonRaphson
99
TrustRegion
10+
```
11+
12+
## Polyalgorithms
13+
14+
```@docs
15+
FastShortcutNonlinearPolyalg
16+
RobustMultiNewton
17+
```
18+
19+
## Nonlinear Least Squares Solvers
20+
21+
```@docs
1022
LevenbergMarquardt
1123
GaussNewton
1224
```

0 commit comments

Comments
 (0)