-
Notifications
You must be signed in to change notification settings - Fork 38
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
Broadcasting style for FillArrays? #188
Comments
Note the current approach overloads FillArrays.jl/src/fillbroadcast.jl Line 240 in 404fbb5
So your second case case works because it's equivalent to I agree this might be better accomplished with a |
Due to the missing broadcast style it is quite hard to manage interaction with other array packages. |
I agree, but I think someone (other than me, I don't have time) just needs to take the lead on this and make a PR... |
Perhaps we need a broadcasting rule for
FillArrays
that takes precedence overBroadcast.DefaultArrayStyle{0}
. Currently, we obtain the somewhat unsatisfactoryThis may be resolved by defining a custom broadcast style.
The text was updated successfully, but these errors were encountered: