-
Notifications
You must be signed in to change notification settings - Fork 152
Fix #356, Performance of SMatrix(::StaticMatrix) #357
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
=======================================
Coverage 93.36% 93.36%
=======================================
Files 37 37
Lines 2713 2713
=======================================
Hits 2533 2533
Misses 180 180
Continue to review full report at Codecov.
|
This fix looks functional, but perhaps we should just be deleting this method entirely, and fixing the equivalent (This has the feeling of a lot of other issues we've had in |
I finally got around to this again. What do you think of the new approach? It currently requires defining a |
OK, interesting approach. I can see that we need something like this. (I wonder if Julia v0.7 includes any implementation for controlling eltypes for
We used to have a hilarious implementation for exactly this, that would analyze the type tree to the point where it could replace exactly the correct type parameters as necessary. :) |
Sure. |
Fixes #356.