|
Polynomial.Roots | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
Root finder using Laguerre's method
|
|
Synopsis |
|
roots :: (RealFloat a) => a -> Int -> [Complex a] -> [Complex a] |
|
|
Documentation |
|
roots |
:: (RealFloat a) | | => a | epsilon | -> Int | iteration limit | -> [Complex a] | the polynomial | -> [Complex a] | the roots | Root finder using Laguerre's method |
|
|
Produced by Haddock version 0.4 |