Skip to content

fbrausse/iRRAM

 
 

Repository files navigation

iRRAM

Exact real arithmetic in C++.

Doxygen API documentation: http://fbrausse.github.io/iRRAM

Installation

The following commands install the packages required for the compilation instructions below.

  • Ubuntu:
    $ apt-get install libgmp-dev libmpfr-dev autoconf gcc g++ make libtool
    
  • Gentoo:
    $ emerge dev-libs/gmp dev-libs/mpfr sys-devel/libtool
    
  • OpenSUSE:
    $ zypper in gmp-devel mpfr-devel autoconf libtool make
    

Compilation

First the configure script needs to be generated. This is done by invoking

$ autoreconf -i

Next, in order to install locally, issue the following commands.

$ mkdir installed
$ ./configure --prefix=`realpath installed`
$ make -j install

PIVP solving

A preliminary version can be found here: https://github.com/fbrausse/iRRAM-bigsteps

About

Exact real arithmetic in C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.3%
  • C 10.0%
  • M4 9.2%
  • Shell 2.8%
  • Makefile 0.7%