We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58b8c0 commit 3e6cfeeCopy full SHA for 3e6cfee
docs/src/basics/Preconditioners.md
@@ -99,3 +99,6 @@ The following preconditioners match the interface of LinearSolve.jl.
99
`SparseMatrixCSC`. Applying `F = lldl(A); F.D .= abs.(F.D)` before usage as a preconditioner
100
makes the preconditioner symmetric postive definite and thus is required for Krylov methods which
101
are specialized for symmetric linear systems.
102
+- [RandomizedPreconditioners.NystromPreconditioner](https://github.com/tjdiamandis/RandomizedPreconditioners.jl)
103
+ A randomized sketching method for positive semidefinite matrices `A`. Builds a preconditioner ``P ≈ A + μ*I``
104
+ for the system ``(A + μ*I)x = b``
0 commit comments