This is a research task. The SciPy Vode ODE solver is 1600 lines of Fortran with 250 goto
statements, so a direct translation is actually quite tedious. It would be much easier without the goto
statements, or if the code was in C, C++, etcetera.
Created
January 13, 2021 12:18
-
-
Save john-science/e28424fada325299c113d879ab99cc9f to your computer and use it in GitHub Desktop.
Trying to Convert SciPy.integrate.ode.vode to Cython
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment