Hello,

I am not sur to understand if cython can manage callbacks. The documentation do not say many things about this (or I could not find it).

I want to interface ODEs solvers, and I would like to do it with cython.
o, if I want to solve du/dt=f(t,u), I need to pass f to the solver

solver(..., f,....)

And I think that the only way to get acceptable performances if to cythonize all: cythonize f, and cythonize the calling sequence.

Can we do this?

yours
t.

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

<<attachment: tdumont.vcf>>

Reply via email to