Re: [sage-devel] Cython and callbacks. State of the art ?

2010-07-24 Thread Robert Bradshaw
On Fri, Jul 23, 2010 at 11:34 PM, Thierry Dumont wrote: > 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 wa

[sage-devel] Cython and callbacks. State of the art ?

2010-07-23 Thread Thierry Dumont
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(.