We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da17d44 + f9abe9c commit 28bcf51Copy full SHA for 28bcf51
docs/src/basics/Preconditioners.md
@@ -157,4 +157,4 @@ The following preconditioners match the interface of LinearSolve.jl.
157
158
+ Incomplete Cholesky decomposition `KrylovPreconditioners.kp_ic0(A)`
159
+ Incomplete LU decomposition `KrylovPreconditioners.kp_ilu0(A)`
160
- + Block Jacobi `KrylovPreconditioners.BlockJacobiPreconditioner(A, nblocks, device)`
+ + Block Jacobi `KrylovPreconditioners.kp_block_jacobi(A)`
0 commit comments