Skip to content

Commit

Permalink
Merge pull request #250 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Improve API documentation docstrings
  • Loading branch information
ChrisRackauckas authored Oct 19, 2023
2 parents 9e5a07c + f65b171 commit 7fadae1
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 7fadae1

Please sign in to comment.