-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Condition number is computed wrong in some cases #674
Comments
The issue is that |
@antoine-levitt Yes exactly, I was preparing a PR for #664, when this issue appeared after writing some tests for it. Yes, I think removing the specialization _cond1Inf(A::StridedMatrix{<:BlasFloat}, p::Real) would resolve this. |
I went ahead and did a PR for this, if you have any additional fixes or tests feel free to add them |
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: