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
To improve the speed of evaluate it would be great to use the naive polynomial form and apply common subexpression elimination on it. This can be done either by
REDUCE an computer algebra system with an package for source code optimization SCOPE with Julia bindings via Reduce.jl.
Sympy and SymEngine.jl
The text was updated successfully, but these errors were encountered:
To improve the speed of
evaluate
it would be great to use the naive polynomial form and apply common subexpression elimination on it. This can be done either byThe text was updated successfully, but these errors were encountered: