Skip to content

Commit f9abe9c

Browse files
authored
Update Preconditioners.md
1 parent da17d44 commit f9abe9c

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)