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
At the moment parallel_integrator uses a vector of vectors as a state. However, since we have anyways established that the get_state function is used to obtain one of the parallel states, we could consider making the states a single huge vector. That may result in performance improvements.
At the moment
parallel_integrator
uses a vector of vectors as a state. However, since we have anyways established that theget_state
function is used to obtain one of the parallel states, we could consider making the states a single huge vector. That may result in performance improvements.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: