dsp-0.2.3: Haskell Digital Signal Processing

Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Safe HaskellSafe-Inferred

Polynomial.Roots

Description

Root finder using Laguerre's method

Synopsis

Documentation

rootsSource

Arguments

:: RealFloat a 
=> a

epsilon

-> Int

iteration limit

-> [Complex a]

the polynomial

-> [Complex a]

the roots

Root finder using Laguerre's method