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 1578619 commit 9408497Copy full SHA for 9408497
docs/src/basics/Preconditioners.md
@@ -104,3 +104,5 @@ The following preconditioners match the interface of LinearSolve.jl.
104
- [RandomizedPreconditioners.NystromPreconditioner](https://github.com/tjdiamandis/RandomizedPreconditioners.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.
0 commit comments