StaticPolynomials.jl icon indicating copy to clipboard operation
StaticPolynomials.jl copied to clipboard

Add (optional) use of Common Subexpression Elimination

Open saschatimme opened this issue 7 years ago • 0 comments

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

saschatimme avatar Sep 20 '18 12:09 saschatimme