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
This does not work right now. I think similar considerations apply to many other functions that are implemented, and they often assume that the element type is exactly the same. Maybe it would be better to let julia handle type promotion etc?
The text was updated successfully, but these errors were encountered:
The above is too complicated I think just treating e.g. Normal{<:Real} as a Normal{<:Complex} with zero imaginary variance appears the simplest. This would make the following legal:
The concrete example I have is a multiplication
This does not work right now. I think similar considerations apply to many other functions that are implemented, and they often assume that the element type is exactly the same. Maybe it would be better to let julia handle type promotion etc?
The text was updated successfully, but these errors were encountered: