AERN-RnToRm-0.4.9.1: polynomial function enclosures (PFEs) approximating exact real functionsSource codeContentsIndex
Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.Division
Portabilityportable
Stabilityexperimental
Maintainermik@konecny.aow.cz
Description

Internal module for Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.

Implementation of elementary functions applied to polynomials.

Synopsis
enclRecip :: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box) => Int -> Int -> EffortIndex -> Int -> (ERChebPoly box b, ERChebPoly box b) -> (ERChebPoly box b, ERChebPoly box b)
Documentation
enclRecipSource
:: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box)
=> Intmaximum polynomial degree
-> Intmaximum term count
-> EffortIndexminimum approx degree
-> Intdegree of tau expansion
-> (ERChebPoly box b, ERChebPoly box b)
-> (ERChebPoly box b, ERChebPoly box b)
Approximate the pointwise cosine of a polynomial by another polynomial from below and from above using the tau method as described in [Mason & Handscomb 2003, p 62].
Produced by Haddock version 2.4.2