You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jd .= Jz * d #lsmr doesn't return this information
We are computing J * d, while I am suspecting this could be provided by Krylov's method.
Additionally, we are also computing the norm of Jd and d afterwards
In
DCISolver.jl/src/dci_feasibility.jl
Line 311 in d45e79f
We are computing
J * d
, while I am suspecting this could be provided by Krylov's method.Additionally, we are also computing the norm of
Jd
andd
afterwardsDCISolver.jl/src/dci_feasibility.jl
Line 76 in d45e79f
The text was updated successfully, but these errors were encountered: