AERN-RnToRm-0.4.9.1: polynomial function enclosures (PFEs) approximating exact real functionsSource codeContentsIndex
Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.Tests.Generate
Portabilityportable
Stabilityexperimental
Maintainermik@konecny.aow.cz
Description
A collection of polynomials to pick from when testing.
Documentation
type P = ERChebPoly (Box Int) BMSource
newtype PNoLimits Source
Constructors
PNoLimits (Int, P)
show/hide Instances
newtype PSize10Degree3 Source
Constructors
PSize10Degree3 (Int, P)
show/hide Instances
newtype PSize10Degree10 Source
Constructors
PSize10Degree10 (Int, P)
show/hide Instances
newtype PSize10 Source
Constructors
PSize10 (Int, P)
show/hide Instances
newtype PSize30 Source
Constructors
PSize30 ((Int, Int), P)
show/hide Instances
data Int20 Source
Constructors
Int20 Int
show/hide Instances
data Deg20Size20 Source
Constructors
Deg20Size20 Int Int
show/hide Instances
data SmallRatio Source
Constructors
SmallRatio Int Int
show/hide Instances
chplAtKeyPointsCanBeLeq :: (ERRealBase b, DomainBox box varid Int, Ord box, DomainBoxMappable boxb boxbb varid b [ERInterval b], Show boxb) => ERChebPoly box b -> ERChebPoly box b -> BoolSource
chplAtKeyPointsPointwiseBinaryDownUpConsistent :: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box, DomainBoxMappable boxb boxbb varid b [ERInterval b], Show boxb) => (ERInterval b -> ERInterval b -> ERInterval b) -> ERChebPoly box b -> ERChebPoly box b -> (ERChebPoly box b, ERChebPoly box b) -> BoolSource
enclAtKeyPointsPointwiseBinaryDownUpConsistentSource
:: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box, DomainBoxMappable boxb boxbb varid b [ERInterval b], Show boxb, Show testId)
=> Stringreport file name
-> testIditem to identify the random input given to the test
-> ERInterval b -> ERInterval b -> ERInterval bthis real approx operation has to return an inner approximation of the exact result set, ie each number that the approximation supports is in the maximal extension
-> (ERChebPoly box b, ERChebPoly box b)enclosure of argument 1
-> (ERChebPoly box b, ERChebPoly box b)enclosure of argument 2
-> (ERChebPoly box b, ERChebPoly box b)alleged enclosure of result
-> Bool
enclAtKeyPointsPointwiseUnaryDownUpConsistentSource
:: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box, DomainBoxMappable boxb boxbb varid b [ERInterval b], Show boxb, Show testId)
=> Stringreport file name
-> testIditem to identify the random input given to the test
-> ERInterval b -> ERInterval bthis real approx operation has to return an inner approximation of the exact result set, ie each number that the approximation supports is in the maximal extension
-> (ERChebPoly box b, ERChebPoly box b)enclosure of argument
-> (ERChebPoly box b, ERChebPoly box b)alleged enclosure of result
-> Bool
enclAtKeyPointsConsistentSource
:: (ERRealBase b, RealFrac b, DomainBox box varid Int, Ord box, DomainBoxMappable boxb boxbb varid b [ERInterval b], Show boxb, Show testId)
=> Stringreport file name
-> testIditem to identify the random input given to the test
-> boxb -> ERInterval bthis operation has to return an inner approximation of the exact result set, ie each number that the approximation supports is a solution in the maximal extension
-> [varid]variables to test over
-> (ERChebPoly box b, ERChebPoly box b)alleged enclosure of result
-> Bool
type E = (P, P)Source
vars :: [P]Source
varsE :: [E]Source
one :: PSource
oneE :: ESource
Produced by Haddock version 2.4.2