JuliaAlgebra / MultivariatePolynomials.jl

Multivariate polynomials interface
https://juliaalgebra.github.io/MultivariatePolynomials.jl/stable/
Other
135 stars 27 forks source link

added type for differentiate in chain_rules.jl #214

Open harris-mit opened 2 years ago

harris-mit commented 2 years ago
  1. We should make sure that differentiate is being called on a polynomial p. (It is possible there are other meanings of differentiate for other types in the code.)
  2. The function "pullback" is very generic, so I added some clarity.
harris-mit commented 2 years ago

Above I mean the function name "pullback" is generic, so I made the name more descriptive.