You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IterativeSolvers.jl itself does not provide any other preconditioners besides `Identity()`, but recommends the following external packages:
19
19
20
-
-[ILU.jl](https://github.com/haampie/ILU.jl) for incomplete LU decompositions (using drop tolerance);
20
+
-[IncompleteLU.jl](https://github.com/haampie/IncompleteLU.jl) for incomplete LU decompositions (using drop tolerance).
21
21
-[IncompleteSelectedInversion.jl](https://github.com/ettersi/IncompleteSelectedInversion.jl) for incomplete LDLt decompositions.
22
22
-[AlgebraicMultigrid.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl) for some algebraic multigrid (AMG) preconditioners.
23
23
-[Preconditioners.jl](https://github.com/mohamed82008/Preconditioners.jl) which wraps a bunch of preconditioners from other packages. If you are a beginner or want to try different ones quickly, this is good starting place.
0 commit comments