Re: [sympy] Re: ODE code generation

2013-11-03 Thread Jason Moore
Matthew, I setup the timings as such: Derivation: all the symbolic manipulation needed to get the symbolic expressions for the ODEs. Code Generation: The time it takes to convert the symbolic expressions into function that can be numerically evaluated. For lamdify, this is some argument prep

[sympy] Re: ODE code generation

2013-11-02 Thread Aaron Meurer
I'm interested in the discrepancies between the Theano, Cython, and lambdify code generators. Do Theano and Cython include compile time? Aaron Meurer On Fri, Nov 1, 2013 at 5:54 AM, Jason Moore moorepa...@gmail.com wrote: I've been tinkering with code generation for ODE's that