$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pawe³ Kieliszczyk (lord.zerom1nd_at_[hidden])
Date: 2008-08-31 06:12:18
Hi,
2008/8/30 Ronald Garcia <garcia_at_[hidden]>
> Hi Pawe³,
>
> I have added your library to the review queue. Could
> you please send me a short description of the library?
>
> Thanks,
> ron
Thanks.
The library was written to enable fast and faithful polynomial manupulation.
It provides:
- main arithmetic operators (+, -, * using FFT, /, %),
- gcd,
- different methods of evaluation (Horner Scheme, Compensated Horner
Algorithm, by preconditioning),
- derivatives and integrals,
- interpolation,
- conversions between various polynomial forms (special functions for
creating Chebyshev, Hermite, Laguerre and Legendre form).
-- Pawel Kieliszczyk