Differentiation for multiple polynomials
As noted in #85 (closed) and #95 (closed), differentiation (for CanonicalPolynomial
and NewtonPolynomial
) do not work for polynomials with multiple sets of coefficients. This merge fixes this issue by generalizing the implementations for _canonical_diff
and _newton_diff
functions. Unit tests are also added to the test set.