Skip to content

Commit 3e6cfee

Browse files
Update Preconditioners.md
1 parent b58b8c0 commit 3e6cfee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/basics/Preconditioners.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ The following preconditioners match the interface of LinearSolve.jl.
9999
`SparseMatrixCSC`. Applying `F = lldl(A); F.D .= abs.(F.D)` before usage as a preconditioner
100100
makes the preconditioner symmetric postive definite and thus is required for Krylov methods which
101101
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

Comments
 (0)