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
Broadcast is not supported now for StaticArrays (i.e. in ArrayKernelFromBroadcastedFunction). This is because they are not well defined for broadcasting. This why we have created the TensorValues package.
I think we should remove support for static arrays ? or keep them but, without support for broadcasting? In this second case, static arrays should be NumberLike or we treat them as regular arrays?
The text was updated successfully, but these errors were encountered:
Broadcast is not supported now for StaticArrays (i.e. in
ArrayKernelFromBroadcastedFunction
). This is because they are not well defined for broadcasting. This why we have created theTensorValues
package.I think we should remove support for static arrays ? or keep them but, without support for broadcasting? In this second case, static arrays should be
NumberLike
or we treat them as regular arrays?The text was updated successfully, but these errors were encountered: