Open
Description
All,
I would like to re-factor the simulation loops (i.e, _integrate_fixed_trajectory
and integrate_variable_trajectory
) in the quantecon.ivp
module in order to speed them up. However I am not exactly sure how to go about it. Would this be a good use case for Numba? If so are there examples in the code base already that I could use as a guide?