We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65022e7 commit ef35dacCopy full SHA for ef35dac
Project.toml
@@ -19,7 +19,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
19
[compat]
20
ArrayInterface = "3"
21
IterativeSolvers = "0.9.2"
22
-Krylov = "0.7"
+Krylov = "0.7.9"
23
KrylovKit = "0.5"
24
RecursiveFactorization = "0.2"
25
Reexport = "1"
src/wrappers.jl
@@ -3,10 +3,6 @@
3
4
default_preconditioner(s, isleft) = isleft ? I * s : I * (1/s)
5
6
-"""
7
- C * x = P * Q * x
8
- Ci * x = Qi * Pi * x
9
10
struct ComposePreconditioner{Ti,To}
11
inner::Ti
12
outer::To
0 commit comments