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
In order to streamline the code we can create objects for each ODE to be integrated. We can have one baseclass that all these objects inherit from, containing all the relevant members like initial_state, A, b etc. It could have virtual functions getA and getb that can be redefined by each object to execute the correct computation.
The text was updated successfully, but these errors were encountered:
In order to streamline the code we can create objects for each ODE to be integrated. We can have one baseclass that all these objects inherit from, containing all the relevant members like initial_state, A, b etc. It could have virtual functions getA and getb that can be redefined by each object to execute the correct computation.
The text was updated successfully, but these errors were encountered: