Skip to content

Commit e93c436

Browse files
committed
Update inplace.md
1 parent f5fbae9 commit e93c436

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/inplace.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ Krylov.solve!
3939

4040
In-place methods return an updated `solver` workspace.
4141
Solutions and statistics can be recovered via `solver.x`, `solver.y` and `solver.stats`.
42-
Functions `solution` and `statistics` can be also used.
42+
Functions `solution`, `statistics` and `results` can be also used.
4343

4444
```@docs
4545
Krylov.nsolution
46+
Krylov.issolved
4647
Krylov.solution
4748
Krylov.statistics
48-
Krylov.issolved
49+
Krylov.results
4950
```
5051

5152
## Examples

0 commit comments

Comments
 (0)