/aaflib

Fork of http://aaflib.sourceforge.net/ with cmake support.

Primary LanguageC++

Aaflib

Unofficial github mirror of http://aaflib.sourceforge.net/ with cmake support. Please visit the official homepage for documentation, examples and how to cite the original authors.

About

The aaflib is an implementation of the mathematical construct of affine arithmetics in C++. This construct has been introduced by Stolfi et. al. Their c-library can be found at http://www.ic.unicamp.br/~stolfi/EXPORT/software/c/Index.html#libaa. The aaflib is based on the libaffa, a reimplemention of the original library, but has been developed further. It has been used as main calculation library for a spice-like nonlinear circuit simulator. Currently the library and the simulator are developed at the Institute of Microelectronic Systems in Hannover, Germany.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License can be found at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html