Skip to content

Commit ef35dac

Browse files
committed
Krylov.jl eltype issue fixed
1 parent 65022e7 commit ef35dac

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1919
[compat]
2020
ArrayInterface = "3"
2121
IterativeSolvers = "0.9.2"
22-
Krylov = "0.7"
22+
Krylov = "0.7.9"
2323
KrylovKit = "0.5"
2424
RecursiveFactorization = "0.2"
2525
Reexport = "1"

src/wrappers.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
default_preconditioner(s, isleft) = isleft ? I * s : I * (1/s)
55

6-
"""
7-
C * x = P * Q * x
8-
Ci * x = Qi * Pi * x
9-
"""
106
struct ComposePreconditioner{Ti,To}
117
inner::Ti
128
outer::To

0 commit comments

Comments
 (0)