Skip to content

Commit

Permalink
Update docs/src/callbacks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
amontoison and dpo committed Sep 22, 2022
1 parent 794483b commit b0d2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my_cb = my_callback3(A, b)
(x, stats) = minres(A, b, callback = my_cb)
```

Although the main goal of a callback is to add new stopping conditions, it can also retrieve informations from the workspace of a Krylov method along the iterations.
Although the main goal of a callback is to add new stopping conditions, it can also retrieve information from the workspace of a Krylov method along the iterations.
We now illustrate how to store all iterates $x_k$ of the GMRES method.

```julia
Expand Down

0 comments on commit b0d2079

Please sign in to comment.