-
Notifications
You must be signed in to change notification settings - Fork 71
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
Matrix multiplication with mixed Interval SMatrix and SMatrix broken #573
Comments
First let me say that for the 0.21 release and onward, we are being more strict to not conflate So this is why you are hitting this issue you are reporting: the generic fallback method of That being said, since we do allow cc-ed @Kolaru, @lbenet, @lucaferranti |
It seems to me that I just wanted to let you know that this is a consequence of the recent changes and thought that maybe this was unintended. |
Yes thank you very much for pointing this out! 🙂 In IntervalArithmetic.jl, just defining |
This came up while working on JuliaIntervals/IntervalRootFinding.jl#192.
A*A
still works, butA*B
andB*A
do not work anymore.v0.20.9
v0.21.0
The text was updated successfully, but these errors were encountered: