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
Another is https://github.com/ahwillia/CatViews.jlsplitview which cleanly deconstructs the vector into - different views, but where the views themselves are probably set as constants
Finally, we could just keep constants for the indexes and just use views and/or subarray indexing?
The text was updated successfully, but these errors were encountered:
A classic example is stacking up various vectors/values in a single vector for a solver.
ArrayPartition
in https://github.com/JuliaDiffEq/RecursiveArrayTools.jlsplitview
which cleanly deconstructs the vector into - different views, but where the views themselves are probably set as constantsThe text was updated successfully, but these errors were encountered: