|
From: David B. <bo...@wa...> - 2006-04-01 13:07:27
|
Hi, I should finish the implementation of one variable polynomials' factorization in a few days. The last algorithm is made and I must test it now. All that algorithm is not a very high level algorithm, we can do much better but this first one works (only for polynomials with coefficients in Q) and that's not so bad. So don't expect to factorize polynomials of degree 300 in less than 1 second :-) The code is not commited yet, to many bugs at the moment... Maybe a first version tomorrow on cvs, but I'm not sure. My next step will be to reduce the size of my code, many things are here to debug the factorization. But then,... In your opinion, what's the next piece of numexp-core should I work on ? Is factorization of multivariate polynomials a good idea ? Or do you think there are things much more important before... Cheers. David. |