|
| Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.Compose | | Portability | portable | | Stability | experimental | | Maintainer | mik@konecny.aow.cz |
|
|
|
| Description |
Internal module for Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.
Implementation of pointwise consistently rounded polynomial composition.
|
|
| Synopsis |
|
| enclCompose :: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box) => Int -> Int -> ERChebPoly box b -> varid -> (ERChebPoly box b, ERChebPoly box b) -> (ERChebPoly box b, ERChebPoly box b) | | | enclComposeMany :: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box) => Int -> Int -> ERChebPoly box b -> Map varid (ERChebPoly box b, ERChebPoly box b) -> (ERChebPoly box b, ERChebPoly box b) |
|
|
| Documentation |
|
|
| :: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box) | | | => Int | max degree for result
| | -> Int | max approx size for result
| | -> ERChebPoly box b | f | | -> varid | variable v to substitute in f
| | -> (ERChebPoly box b, ERChebPoly box b) | enclosure of a function f_v to substitute for v
that maps [-1,1] into [-1,1]
| | -> (ERChebPoly box b, ERChebPoly box b) | lower bound and upper bound
| | Compose a polynomial and an enclosure, producing a correcly rounded enclosure,
assuming the second polynomial maps [-1,1] into [-1,1].
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |