
Sykora wrote:
Hello all,
I have a few ideas for a contribution to Boost during Google Summer of Code, and I would appreciate any advice/feedback/criticism.
My ideas consist of the following parts :
1. Building a Boost Number Theory Library
I've noticed that in all the mathematics and algorithms libraries, there is no Boost Library for basic Number Theory. I will try to remedy this by implementing those functions common in a number theory library, and interfacing them with other boost libraries.
Proposed features of the Number Theory Library : -- GCD -- LCM
How does this differ from http://svn.boost.org/svn/boost/trunk/libs/math/doc/gcd/html/index.html ? WRT the other ideas, this looks to be too much for one SOC project, there was also a previous Boost.Tree library for a 2006 SOC project that you may want to take a look at: http://svn.boost.org/trac/boost/browser/sandbox/SOC/2006/tree HTH, John.