2 Sep 00:44
Re: Review Request: Polynomial
Daryle Walker <darylew <at> hotmail.com>
2008-09-01 22:44:47 GMT
2008-09-01 22:44:47 GMT
On Aug 31, 2008, at 6:12 AM, Paweł Kieliszczyk wrote: [SNIP] > The library was written to enable fast and faithful polynomial > manupulation. > It provides: > - main arithmetic operators (+, -, * using FFT, /, %), [TRUNCATE] (I haven't looked at the library yet, so this may be not applicable.) Isn't there something called DFT that is something like FFT, but uses integers with modulo arithmetic? I think this can help processing polynomials and other lists that use integer coefficients without having to go into std::complex<double> arithmetic and risking rounding errors. Maybe that could be an optimization for integer- based polynomial lists. -- -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
RSS Feed