Skip to content

Commit cbfdf8d

Browse files
missed some in the save
1 parent 9408497 commit cbfdf8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/basics/Preconditioners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ The following preconditioners match the interface of LinearSolve.jl.
105105
A randomized sketching method for positive semidefinite matrices `A`. Builds a preconditioner ``P ≈ A + μ*I``
106106
for the system ``(A + μ*I)x = b``.
107107
- [HYPRE.jl](https://github.com/fredrikekre/HYPRE.jl) A set of solvers with
108-
preconditioners which supports distributed computing via MPI.
108+
preconditioners which supports distributed computing via MPI. These can be
109+
written using the LinearSolve.jl interface choosing algorithms like `HYPRE.ILU`
110+
and `HYPRE.BoomerAMG`.

0 commit comments

Comments
 (0)