Skip to content

Commit 9384867

Browse files
authored
docs: update package name (AMG -> AlgebraicMultigrid) in preconditioning.md. (#310)
1 parent b46b587 commit 9384867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/preconditioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ IterativeSolvers.jl itself does not provide any other preconditioners besides `I
1919

2020
- [ILU.jl](https://github.com/haampie/ILU.jl) for incomplete LU decompositions (using drop tolerance);
2121
- [IncompleteSelectedInversion.jl](https://github.com/ettersi/IncompleteSelectedInversion.jl) for incomplete LDLt decompositions.
22-
- [AMG.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl) for some algebraic multigrid (AMG) preconditioners.
22+
- [AlgebraicMultigrid.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl) for some algebraic multigrid (AMG) preconditioners.
2323
- [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

Comments
 (0)