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
C-contiguous arrays ensure better performance in repeated usage within np.einsum(). It seems to be a good idea to return C-contiguous arrays from fields by default. This may be enabled by np.einsum(..., order="C").
The text was updated successfully, but these errors were encountered:
C-contiguous arrays ensure better performance in repeated usage within
np.einsum()
. It seems to be a good idea to return C-contiguous arrays from fields by default. This may be enabled bynp.einsum(..., order="C")
.The text was updated successfully, but these errors were encountered: