Skip to content

Commit 32b8d24

Browse files
add more preconditioners
Fixes #52
1 parent 00d1e9b commit 32b8d24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/basics/Preconditioners.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ The following preconditioners match the interface of LinearSolve.jl.
9292
Requires `A` as a `AbstractMatrix`. Provides the following methods:
9393
- `PyAMG.RugeStubenSolver(A)`
9494
- `PyAMG.SmoothedAggregationSolver(A)`
95+
- [ILUZero.ILU0Precon(A::SparseMatrixCSC{T,N}, b_type = T)](https://github.com/mcovalt/ILUZero.jl):
96+
An incomplete LU implementation. Requires `A` as a `SparseMatrixCSC`.
97+
- [LimitedLDLFactorizations.lldl](https://github.com/JuliaSmoothOptimizers/LimitedLDLFactorizations.jl):
98+
A limited-memory LDLᵀ factorization for symmetric matrices. Requires `A` as a
99+
`SparseMatrixCSC`.

0 commit comments

Comments
 (0)