We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
solve!
1 parent 82c30ba commit 43adafcCopy full SHA for 43adafc
src/PreProcess/PreProcessLSKARC.jl
@@ -21,7 +21,7 @@ function preprocess(PData::PDataLSKARC, Jx, Fx, gNorm2, calls, max_calls, α)
21
return false
22
end
23
solver = PData.solver
24
- solve!(
+ Krylov.solve!(
25
solver,
26
Jx,
27
Fx,
0 commit comments