Skip to content

Commit 28bcf51

Browse files
Merge pull request #602 from amontoison/patch-1
Update Preconditioners.md
2 parents da17d44 + f9abe9c commit 28bcf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Preconditioners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ The following preconditioners match the interface of LinearSolve.jl.
157157

158158
+ Incomplete Cholesky decomposition `KrylovPreconditioners.kp_ic0(A)`
159159
+ Incomplete LU decomposition `KrylovPreconditioners.kp_ilu0(A)`
160-
+ Block Jacobi `KrylovPreconditioners.BlockJacobiPreconditioner(A, nblocks, device)`
160+
+ Block Jacobi `KrylovPreconditioners.kp_block_jacobi(A)`

0 commit comments

Comments
 (0)