AERN-RnToRm: polynomial function enclosures (PFEs) approximating exact real functions

[ bsd3, data, deprecated, library, math ] [ Propose Tags ]
Deprecated

AERN-RnToRm provides datatypes and abstractions for approximating functions of type D -> R^m where D is a bounded interval in R^n with non-empty interior.

Abstractions are provided via 4 type classes:

  • ERUnitFnBase: generalises polynomials with floating point coefficients. (Not exported here, used only internally.)

  • ERFnApprox: generalises functions enclosures on a certain unspecified domain.

  • ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures on the domain [-1,1]^n. (Not exported here, used only internally.)

  • ERFnDomApprox (extends ERFnApprox): generalises function enclosures over a specified and queriable domain box (instance of class DomainBox).

At all levels, all field operations are supported as well as some elementary operations, namely exp, sin and cos. Log and sqrt are planned to be added soon.

Implementations of ERUnitFnBase:

  • ERChebPoly

By using the Chebyshev basis on domain [-1,1]^n, we gain simple and optimally rounding degree reduction as well as relatively simple handling of rounding in other operations.

Implementations of ERUnitFnApprox:

  • ERFnInterval

Implementations of ERFnDomApprox:

  • ERFnDomTranslApprox: builds a basic implementation using an instance of ERUnitFnApprox.

  • ERFnTuple: extends another implementation of ERFnDomApprox to work with lists of functions simultaneously.

  • ERFnDomEdgesApprox: separately enclose a function on its domain box as well as on all the domain's hyper-edges (including the corners) using another implementation of ERFnDomApprox.

  • ERFnPiecewise: allows the domain box to be bisected to an arbitrary finite depth and uses another implementation of ERFnDomApprox to approximate the function on each segment.

Simple examples of usage can be found in tests: Demo.hs.

Flags

Automatic Flags
NameDescriptionDefault
containers-in-baseDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4, 0.4.1, 0.4.2, 0.4.9, 0.4.9.1, 0.5, 0.5.0.1
Change log ChangeLog
Dependencies AERN-Real (==0.9.6), base, binary (>=0.4), containers [details]
License BSD-3-Clause
Copyright (c) 2007-2008 Michal Konecny
Author Michal Konecny (Aston University)
Maintainer mik@konecny.aow.cz
Category Data, Math
Uploaded by MichalKonecny at 2008-08-07T11:07:52Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 11039 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]