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
The issue is that _cond1Inf in lu.jl calls gecon, which is only an estimate of the matrix norm, so S is actually the correct one. Let's just remove the specialization and just compute opnorm(A, p)*opnorm(inv(A), p) in all cases? Condition number is only a diagnostic tool, so its speed is not that important. Affects #664.
I have discovered this issue while working on another one:
These two condition numbers should be the same, but they are clearly not.
The text was updated successfully, but these errors were encountered: