]> www.ginac.de Git - ginac.git/history - ginac/factor.cpp
Remove 'level' argument of normal().
[ginac.git] / ginac / factor.cpp
2016-01-01 Richard KreckelHappy New Year!
2015-12-16 Richard KreckelMerge some cosmetic patches.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-25 Richard KreckelStandard header cleanup.
2015-11-08 Richard KreckelFix some pedantic compiler warnings.
2015-11-07 Richard KreckelRemove C++89 workaround for closing angle brackets...
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2014-05-18 Alexei SheplyakovFix an infinite loop in factor_multivariate.
2013-07-28 Alexei Sheplyakov[bugfix] factor_univariate(): handle polinomials over...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-05-27 Richard KreckelJanitorial commit.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-08-09 Alexei Sheplyakovmodular_matrix: don't use STL iterators in {mul, sub...
2009-08-09 Alexei Sheplyakovmodular_matrix: don't use STL iterators in {mul, sub...
2009-02-25 Alexei SheplyakovFix compilation failure due to (template) operator...
2009-02-25 Alexei SheplyakovFix compilation failure due to (template) operator...
2009-02-06 Jens VollingaPrettified source code.
2008-12-18 Jens VollingaFixed bug in multivariate factorization. Fractional...
2008-11-13 Jens VollingaAdded many comments.
2008-11-13 Jens VollingaFixed lots of bugs in factor_multivariate().
2008-11-11 Jens VollingaFixed a bug in squarefree(). Some polynomials were...
2008-11-10 Jens VollingaAdded modular square free factorization.
2008-11-06 Jens VollingaUnivariate Hensel lifting now uses upoly.
2008-11-05 Jens VollingaChanged debugging facilities in 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).