Skip to content

Commit 49915b6

Browse files
authored
Update krylov_preconditioners.jl
close #72
1 parent 14ccb80 commit 49915b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/krylov_preconditioners.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function kp_ic0 end
3333
kp_ic0(A) = error("kp_ic0 is not implemented for $(typeof(A))")
3434

3535
"""
36-
P = kp_ic0(A)
36+
P = kp_ilu0(A)
3737
3838
Construct an incomplete LU preconditioner with zero fill-in -- ILU(0), to accelerate Krylov solvers on GPU architectures.
3939

0 commit comments

Comments
 (0)