these cases, one might want to explore calling ex-
isting C or Fortran code directly from Cython.
Some libraries have ready-made Cython wrappers
– for instance, Sage has Cython wrappers around
the ordinary differential equation solvers in the
GNU Scientific Library. In some cases, one might
opt for implementing the algorithm directly in
Cython, to avoid any callback whatsoever – using
Newton’s method on equations of a single variable
comes to mind.