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
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