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
Root solving for Swift. The package finds the roots of a polynomial by solving for the eigenvalues of the companion matrix. This is achieved by using the Accelerate library and LAPACK.
About
Polynomials for Swift, fast and efficient root solving for high order polynomials.