dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
Polynomial.Roots
Portabilityportable
Stabilityexperimental
Maintainerm.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
=> aepsilon
-> Intiteration limit
-> [Complex a]the polynomial
-> [Complex a]the roots
Root finder using Laguerre's method
Produced by Haddock version 0.8