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
I find this functionality sufficiently useful that I think it warrants being spun off into its own package. It's nice to not have an extra type parameter dangling in various struct definitions.
The text was updated successfully, but these errors were encountered:
Hmm, yeah, that makes sense. I don't have the cycles to do it this week - but maybe one of the coming weeks. Right now, it just implements the minimum functionality that I needed - I guess it would need a bit more polish to be generally used.
This one handles non-square matrices, so it should hopefully be more flexible. I haven't implemented any of the bits that use generated functions, though, so performance could be better.
I find this functionality sufficiently useful that I think it warrants being spun off into its own package. It's nice to not have an extra type parameter dangling in various struct definitions.
The text was updated successfully, but these errors were encountered: