Introduction
Mpfrcx is a library for the arithmetic of univariate polynomials over arbitrary precision real (Mpfr) or complex (Mpc) numbers, without control on the rounding. For the time being, only the few functions needed to implement the floating point approach to complex multiplication are implemented. On the other hand, these comprise asymptotically fast multiplication routines such as Toom–Cook and the FFT.
The library is written by Andreas Enge and is distributed under the Gnu Lesser General Public License, either version 2.1 of the licence, or (at your option) any later version.
News
Version 0.3.1, "Banane", released in September 2010, comes with the following new features:
- adaptations to build on MacOs X
Olds
Version 0.3, "Banane", released in June 2010, comes with the following new features:
-
Function
init2renamed toinit -
Changed function
-
reconstructtakes an additional verbosity parameter
-
-
New functions
-
set_deg,set_prec,set_coeff -
get_coeff -
get_version
-
Version 0.2, "Ananas", released in May 2009, comes with the following new features:
- Support for autotools (thanks to Philippe Théveny)
-
Single header file
mpfrcx.hinstead of two separate ones,mpcx.handmpfrx.h -
Function
init2renamed toinit -
New functions and macros
-
get_deg(macro) -
get_prec(macro) -
out_str: replacesprint -
cmp -
urandom -
realloc
-