JuliaAlgebra / StaticPolynomials.jl

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

Generate derivative w.r.t. parameters #20

Closed saschatimme closed 5 years ago

saschatimme commented 5 years ago

Now that we have support for parameters via #19 it would be nice to also be able to differentiate w.r.t. to these parameters. This is for example useful for parameter homotopies F(x; (1-t) * p1 + t * p2).