On Thu, Oct 4, 2012 at 6:02 PM, Ondřej Čertík <[email protected]> wrote: [...] > A possible improvement is to use the Horner's rule to evaluate the > polynomials, but otherwise > I think this is pretty much as fast as it can be, the only way to make > it faster is to put there > more intervals and lower the polynomial order.
I forgot to add, that the Fortran implementation is here: https://github.com/certik/hfsolver/commit/7b8871fb64e748401abcb9803c74ab40b009c575 this is the one, which is really fast. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. 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.
