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
Is your feature request related to a problem? Please describe.
We need to be able to index FieldVectors so we can easily pass large state vectors to columnwise functions. This will avoid having to splat all fields in function arguments.
Describe the solution you'd like
Extend the Base.getindex function
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need to be able to index
FieldVectors
so we can easily pass large state vectors to columnwise functions. This will avoid having to splat all fields in function arguments.Describe the solution you'd like
Extend the
Base.getindex
functionThe text was updated successfully, but these errors were encountered: