You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionmapcoefficients(f::Function, p::AbstractPolynomialLike; nonzero =false) # Not used by either TypedPolynomials or DynamicPolynomials but used by CustomPoly in tests. FIXME Remove in a breaking release
425
+
functionmapcoefficients(f::F, p::AbstractPolynomialLike; nonzero =false)where {F<:Function}# Not used by either TypedPolynomials or DynamicPolynomials but used by CustomPoly in tests. FIXME Remove in a breaking release
426
426
# Invariant: p has only nonzero coefficient
427
427
# therefore f(α) will be nonzero for every coefficient α of p
0 commit comments