diff options
author | MichalKonecny <> | 2008-08-07 11:07:52 (GMT) |
---|---|---|
committer | Luite Stegeman <luite@luite.com> | 2008-08-07 11:07:52 (GMT) |
commit | 759ec874f849c4331b703490a0d395aa8b75f357 (patch) | |
tree | 01b97d7cd28a916198d53495f900148ce126f1cf | |
parent | b04c2547140974dd236a008d1a7734c9e673596c (diff) |
version 0.3.0.10.3.0.1
-rw-r--r-- | AERN-RnToRm.cabal | 29 | ||||
-rw-r--r-- | ChangeLog | 2 |
2 files changed, 16 insertions, 15 deletions
diff --git a/AERN-RnToRm.cabal b/AERN-RnToRm.cabal index 3625f7b..6031963 100644 --- a/AERN-RnToRm.cabal +++ b/AERN-RnToRm.cabal @@ -1,5 +1,5 @@ Name: AERN-RnToRm -Version: 0.3.0 +Version: 0.3.0.1 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3 @@ -19,18 +19,18 @@ Description: . Abstractions are provided via 4 type classes: . - * ERUnitFnBase: + * ERUnitFnBase: generalises polynomials with floating point coefficients. - (/Not exported here, used only internally./) + (Not exported here, used only internally.) . - * ERFnApprox: + * ERFnApprox: generalises functions enclosures on a certain unspecified domain. . - * ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures + * ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures on the domain @[-1,1]^n@. - (/Not exported here, used only internally./) + (Not exported here, used only internally.) . - * ERFnDomApprox (extends ERFnApprox): + * ERFnDomApprox (extends ERFnApprox): generalises function enclosures over a specified and queriable domain box (instance of class DomainBox). . @@ -40,7 +40,7 @@ Description: . Implementations of ERUnitFnBase: . - * ERChebPoly + * ERChebPoly . By using the Chebyshev basis on domain @[-1,1]^n@, we gain simple and optimally rounding degree reduction @@ -49,32 +49,31 @@ Description: . Implementations of ERUnitFnApprox: . - * ERFnInterval + * ERFnInterval . Implementations of ERFnDomApprox: . - * ERFnDomTranslApprox: + * ERFnDomTranslApprox: builds a basic implementation using an instance of ERUnitFnApprox. . - * ERFnTuple: + * ERFnTuple: extends another implementation of ERFnDomApprox to work with lists of functions simultaneously. . - * ERFnDomEdgesApprox: + * 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: + * 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. - + Simple examples of usage can be found in /tests/: Demo.hs. Extra-source-files: ChangeLog tests/Demo.hs @@ -1,3 +1,5 @@ +0.3.0.1: 7 August 2008 + * attempt to fix markup in package description 0.3.0: 7 August 2008 * initial release of AERN-RnToRm after one year of work and two successful internal applications |