Skip to content

Commit

Permalink
Improve API documentation docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 19, 2023
1 parent 9e5a07c commit f65b171
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/src/api/nonlinearsolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

These are the native solvers of NonlinearSolve.jl.

## Solver API
## Core Nonlinear Solvers

```@docs
NewtonRaphson
TrustRegion
```

## Polyalgorithms

```@docs
FastShortcutNonlinearPolyalg
RobustMultiNewton
```

## Nonlinear Least Squares Solvers

```@docs
LevenbergMarquardt
GaussNewton
```
Expand Down

0 comments on commit f65b171

Please sign in to comment.