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
These were relying on the LArray broadcasts, but these now fail because of the proper index handling that was required for things like x .* x' to work. Instead, these need their own broadcast overloads so that way they can produce the correct output types, and then it should all automatically work.
The text was updated successfully, but these errors were encountered:
@rafaqz does the multidimensional forms of #61 work for LSliced and SLSliced use cases you had? I think we might want to narrow it down to this type, and maybe give it an alternative macro for versions that are views to rows, but I think this structure might be much simpler to maintain and work with.
These were relying on the LArray broadcasts, but these now fail because of the proper index handling that was required for things like
x .* x'
to work. Instead, these need their ownbroadcast
overloads so that way they can produce the correct output types, and then it should all automatically work.The text was updated successfully, but these errors were encountered: