On Friday, July 27, 2012 12:43:05 AM UTC+2, Matthew Emmett wrote: > > Hi everyone, > > I have some sympy code that generates Fortran code, and was wondering > if there a good way of simplifying the sympy expressions in order to > minimize the number of floating point operations that are required to > evaluate them numerically. Any suggestions?
There is Ignition [1], which uses Sympy for optimizing numerical expressions. See for example Andy's paper [2]. Vinzent [1] http://andy.terrel.us/ignition/ [2] http://andy.terrel.us/ignition/downloads/Terrel2011.pdf -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/k_YvrA8-OVAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
