Skip to content

Commit

Permalink
Fix inplace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 2, 2024
1 parent b9205fd commit 960ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/inplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All solvers in Krylov.jl have an in-place variant implemented in a method whose name ends with `!`.
A workspace (`KrylovSolver`), which contains the storage needed by a Krylov method, can be used to solve multiple linear systems with the same dimensions and the same floating-point precision.
The section [storage requirements](@id storage-requirements) specifies the memory needed for each Krylov method.
The section [storage requirements](@ref storage-requirements) specifies the memory needed for each Krylov method.
Each `KrylovSolver` has two constructors:

```@constructors
Expand Down

0 comments on commit 960ec4d

Please sign in to comment.