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 9408497 commit cbfdf8dCopy full SHA for cbfdf8d
docs/src/basics/Preconditioners.md
@@ -105,4 +105,6 @@ The following preconditioners match the interface of LinearSolve.jl.
105
A randomized sketching method for positive semidefinite matrices `A`. Builds a preconditioner ``P ≈ A + μ*I``
106
for the system ``(A + μ*I)x = b``.
107
- [HYPRE.jl](https://github.com/fredrikekre/HYPRE.jl) A set of solvers with
108
- preconditioners which supports distributed computing via MPI.
+ 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