andreasnoack / FastPolynomialRoots.jl

Fast and backward stable computation of roots of polynomials in Julia
MIT License
15 stars 4 forks source link

update README.md #15

Closed jverzani closed 4 years ago

jverzani commented 4 years ago

The Poly constructor is being deprecated in favor of Polynomial in the Polynomials.jl package. (Also, the allocations and timing have improved, so rerunning this comparison might be useful.)

andreasnoack commented 4 years ago

Thanks. I'll look into rerunning the timings.