Skip to content

Commit 43adafc

Browse files
committed
specialize solve!
1 parent 82c30ba commit 43adafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PreProcess/PreProcessLSKARC.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function preprocess(PData::PDataLSKARC, Jx, Fx, gNorm2, calls, max_calls, α)
2121
return false
2222
end
2323
solver = PData.solver
24-
solve!(
24+
Krylov.solve!(
2525
solver,
2626
Jx,
2727
Fx,

0 commit comments

Comments
 (0)