andreasnoack / FastPolynomialRoots.jl

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

Compatibility with other packages #1

Closed MikaelSlevinsky closed 9 years ago

MikaelSlevinsky commented 9 years ago

Hi Andreas,

I would like to use the AMVW package in ApproxFun without invoking Polynomials. If you don't mind, I made some minor changes that would allow the rootsAMVW commands to work on Vectors of coefficients, and if Polynomials is loaded, then all the previous functions you had will work as well.

andreasnoack commented 9 years ago

Great to hear that it is useful.