File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ The following preconditioners match the interface of LinearSolve.jl.
83
83
- [ Preconditioners.CholeskyPreconditioner(A, i)] ( https://github.com/JuliaLinearAlgebra/Preconditioners.jl ) :
84
84
An incomplete Cholesky preconditioner with cut-off level ` i ` . Requires ` A ` as
85
85
a ` AbstractMatrix ` and positive semi-definite.
86
- - [ AlgebraicMultiGrid ] ( https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl ) :
86
+ - [ AlgebraicMultigrid ] ( https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl ) :
87
87
Implementations of the algebraic multigrid method. Must be converted to a
88
- preconditioner via ` AlgebraicMultiGrid .aspreconditioner(AlgebraicMultiGrid .precmethod(A))` .
88
+ preconditioner via ` AlgebraicMultigrid .aspreconditioner(AlgebraicMultigrid .precmethod(A))` .
89
89
Requires ` A ` as a ` AbstractMatrix ` . Provides the following methods:
90
90
91
- + ` AlgebraicMultiGrid .ruge_stuben(A)`
92
- + ` AlgebraicMultiGrid .smoothed_aggregation(A)`
91
+ + ` AlgebraicMultigrid .ruge_stuben(A)`
92
+ + ` AlgebraicMultigrid .smoothed_aggregation(A)`
93
93
- [ PyAMG] ( https://github.com/cortner/PyAMG.jl ) :
94
94
Implementations of the algebraic multigrid method. Must be converted to a
95
95
preconditioner via ` PyAMG.aspreconditioner(PyAMG.precmethod(A)) ` .
You can’t perform that action at this time.
0 commit comments