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 00d1e9b commit 32b8d24Copy full SHA for 32b8d24
docs/src/basics/Preconditioners.md
@@ -92,3 +92,8 @@ The following preconditioners match the interface of LinearSolve.jl.
92
Requires `A` as a `AbstractMatrix`. Provides the following methods:
93
- `PyAMG.RugeStubenSolver(A)`
94
- `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