We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fbae9 commit e93c436Copy full SHA for e93c436
docs/src/inplace.md
@@ -39,13 +39,14 @@ Krylov.solve!
39
40
In-place methods return an updated `solver` workspace.
41
Solutions and statistics can be recovered via `solver.x`, `solver.y` and `solver.stats`.
42
-Functions `solution` and `statistics` can be also used.
+Functions `solution`, `statistics` and `results` can be also used.
43
44
```@docs
45
Krylov.nsolution
46
+Krylov.issolved
47
Krylov.solution
48
Krylov.statistics
-Krylov.issolved
49
+Krylov.results
50
```
51
52
## Examples
0 commit comments