dsp-0.2.4.1: Haskell Digital Signal Processing

Copyright(c) 1998 Numeric Quest Inc. All rights reserved
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Polynomial.Roots

Description

Root finder using Laguerre's method

Synopsis

Documentation

roots Source #

Arguments

:: RealFloat a 
=> a

epsilon

-> Int

iteration limit

-> [Complex a]

the polynomial

-> [Complex a]

the roots

Root finder using Laguerre's method