JuliaAlgebra / StaticPolynomials.jl

Fast evaluation of multivariate polynomials
https://juliaalgebra.github.io/StaticPolynomials.jl/latest/
Other
16 stars 4 forks source link

Add (optional) use of Common Subexpression Elimination #22

Open saschatimme opened 5 years ago

saschatimme commented 5 years ago

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