PolynomialRoots.jl icon indicating copy to clipboard operation
PolynomialRoots.jl copied to clipboard

Fast complex polynomial root finder, with support for arbitrary precision calculations

Results 11 PolynomialRoots.jl issues
Sort by recently updated
recently updated
newest added

This package is strictly coded for Julia native `Vector`s. I can't tell just by looking at the source if there would be a performance speedup by generalizing the types to...