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
Yes (because SArray is faster and typically you don't need to mutate individual elements of results of computations). This is controlled by similar_type (which is possible to overload). However, we are currently revisiting that decision over at #327 for v1.0 of Julia.
I'll close this issue and you may contribute over at #327.
I have noticed that some operations on
MArray
s returnSArray
s. Is this intentional?The text was updated successfully, but these errors were encountered: