You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Poly instance the underlying rep object should be stored
as an instances and the corresponding Basic/Expr instance should only be
created on demand. This commit reverts a prevoius change [0] that
instantiated the corresponding Expr for every Poly resulting in a
slowdown for Poly-intensive code such as the Risch algorithm [1].
[0] sympy#18513
[1] sympy#19199
0 commit comments