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
The issue seems to be that slab for VIJHF returns view(parent(data), :, :, h, :), which we try to index in rmatmul1(M, in_slab, i, j), leading to scalar indexing. We may be able to simply wrap that call in an SArray, but I'd like to look at this more carefully.
The text was updated successfully, but these errors were encountered:
The issue seems to be that
slab
forVIJHF
returnsview(parent(data), :, :, h, :)
, which we try to index inrmatmul1(M, in_slab, i, j)
, leading to scalar indexing. We may be able to simply wrap that call in an SArray, but I'd like to look at this more carefully.The text was updated successfully, but these errors were encountered: