]> www.ginac.de Git - ginac.git/history - ginac/factor.cpp
Fixed some minor spelling errors.
[ginac.git] / ginac / factor.cpp
2008-11-05 Jens VollingaChanged code from using cl_UP_MI to using umodpoly...
2008-11-03 Jens VollingaAdded code for distinct degree factorization.
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-29 Jens VollingaReplaced class UniPoly by cl_UP_MI.
2008-09-26 Jens Vollinga- Added options argument to factor(). Added flag factor...
2008-09-18 Jens VollingaFixed various bugs in multivariate factorization.
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Jens VollingaBug fix related to the usage of int instead of cl_I.
2008-09-08 Jens VollingaFixed bug in unvariate factorization. Bound for lifting...
2008-09-08 Jens VollingaAdded missing code for multivariate factorization.
2008-08-27 Jens VollingaAdded internal code for multivariate factorization.
2008-08-21 Jens VollingaDaily bugfix in the polynomial factorization (code...
2008-08-20 Jens VollingaFixed bug in the Q matrix calculation and the univariat...
2008-08-18 Jens VollingaFixed bug in modular square-free factorization.
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).