Libaffa is a C++ Affine Arithmetic library for GNU/Linux. Affine Arithmetic
is a model proposed by Stolfi and Comba in the early 90's for numerical
calculation. Unlike Interval Arithmetic, it keeps track of correlations
between computed and input quantities, and is therefore resistant to the
explosion error observed in long interval computations.
Olivier Gay, DI-EPFL
David Coeurjolly, LIRIS-CNRS
Nathan J. Hurst
http://sv.gnu.org/download/libaffa/libaffa-0.9.6.tar.gz
You can also find usefull information on affine arithmetic in the
Jorge Stofi's webpages.
cvs -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/libaffa login
(simply press enter when prompted for a password)
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/libaffa
co libaffa
Once you have it checked out, you can update it with cvs update.
You can also browse the CVS Repository:
http://sv.gnu.org/cgi-bin/viewcvs/libaffa/
libaffa used to be source controlled in CVS. There is currently no active development in libaffa and the repository has been migrated to git.
The github page is here:
https://github.com/ouah/libaffa