Updates:
Status: Fixed
Comment #6 on issue 1883 by matt...@gmail.com: Recode dmp_zero_p to be
non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
(No comment was entered for this change.)
--
You received this message because you are subscribed to the Google Groups
"sy
Updates:
Labels: asmeurer
Comment #5 on issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
(No comment was entered for this change.)
--
You received this message because you are subscribed to the Google Groups
"sympy-issue
Updates:
Labels: -NeedsReview PassedReview Milestone-Release0.7.0
Comment #4 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
This was merged with polys11 branch.
--
You received this message because you are subscribed
Issue 1883: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
This issue is now blocking issue 1949.
See http://code.google.com/p/sympy/issues/detail?id=1949
--
You received this message because you are listed in the owner
or CC fields of this issue, or b
Comment #3 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
Does this mean that the API for this file is unstable
It is unstable and incoherent between different types of polynomials. When
I started
working on this there we
Comment #2 on issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
Looking closer at the file, I saw several other functions that were written
recursively, but were easy to convert
into non-recursive equivalents. In particular, dmp
Comment #1 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
This is known behavior, so if all tests pass, then this can go in. Now the
truth is
the recursive dense polynomial representation is not the most efficient one
in a
Status: Started
Owner: asmeurer
CC: mattpap
Labels: Type-Defect Priority-Medium NeedsReview Polynomial
New issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive
http://code.google.com/p/sympy/issues/detail?id=1883
A simple cProfile.run('integrate(x**2*exp(x)*sin(x), x)', sort=1)
reveals