source: git/factory/facFqBivar.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3ef0a0   12 years martinlee84 chg: fewer univariate factorizations if input is symmetric spielwiese
(edit) @eca69d   12 years martinlee84 chg: use 67dab66 also in other cases spielwiese
(edit) @617dbc   12 years martinlee84 chg: better reconstruction of symmetric polynomials spielwiese
(edit) @773d28   12 years martinlee84 fix: bug in factor recombination if extension is needed spielwiese
(edit) @3ed6758   12 years martinlee84 chg: smarter check if factorization is reconstructed if there are only ... spielwiese
(edit) @72bfc8   12 years martinlee84 chg: deleted @internal spielwiese
(edit) @86aa4d5   12 years martinlee84 fix: tr 440 spielwiese
(edit) @978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing spielwiese
(edit) @542864   12 years martinlee84 chg: use irreducibility criterion spielwiese
(edit) @9a12097   12 years martinlee84 chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes spielwiese
(edit) @6f0279   12 years martinlee84 fix: wrong exit condition spielwiese
(edit) @7a1151   12 years martinlee84 fix: compiler warnings spielwiese
(edit) @d1dc39   12 years martinlee84 fix: deleted unused variables spielwiese
(edit) @18a660   12 years martinlee84 chg: use FLINT in bivariate factorization spielwiese
(edit) @3c25c9   12 years martinlee84 chg: more trivial checks spielwiese
(edit) @0a7d0ca   12 years martinlee84 fix: assert violations related to minpoly handling spielwiese
(edit) @050d1b   12 years martinlee84 fix: wrong/unneccessary asserts spielwiese
(edit) @27ab36   12 years martinlee84 chg: better debug output spielwiese
(edit) @188d2fb   12 years martinlee84 fix: need SW_RATIONAL to be On for computation of buf0 and buf1 spielwiese
(edit) @a5450a8   12 years martinlee84 fix: use smaller bound for sieving factors spielwiese
(edit) @9ebec2   12 years martinlee84 fix: stupid bug in lattice recombination spielwiese
(edit) @f9da5e   12 years martinlee84 chg/fix: handling of minpolys over Q[t]\Z[t] spielwiese
(edit) @41fea7   12 years martinlee84 fix: divisibility testing chg: coeff bound for factorization over Q(a) spielwiese
(edit) @ad0177   12 years martinlee84 chg: use uniFdivides in factorRecombination chg: take care of GF in ... spielwiese
(edit) @69fdf90   12 years martinlee84 chg: do not require coeff bound to be const spielwiese
(edit) @eb481b   12 years martinlee84 chg: more coeff bounds spielwiese
(edit) @de222e   12 years martinlee84 chg: cheaper divisibility tests to discard wrong factors spielwiese
(edit) @d9357b   12 years martinlee84 chg: added coeff bounds to Hensel lifting routines added coeff ... spielwiese
(edit) @0e2e23   12 years martinlee84 chg: separated multiplication and Hensel lifting functions spielwiese
(edit) @0b618a7   12 years martinlee84 fix: compilation errors with --enable-timing spielwiese
(edit) @f3a82f4   12 years martinlee84 fix: compilation errors with --enable-debugoutput spielwiese
(edit) @bbb3fbf   12 years martinlee84 chg: use NTL multiplication in prodMod0 chg: use a cheap test to ... spielwiese
(edit) @69c882   12 years martinlee84 chg: delete factors already found by early factor detection chg: use ... spielwiese
(edit) @1a3011e   12 years martinlee84 chg: avoid double checking of factors during henselLiftAndEarly chg: ... spielwiese
(edit) @09609a   12 years martinlee84 chg: lower precision during factor recombination spielwiese
(edit) @f047b56   12 years martinlee84 chg: deleted unnecessary divisibility test spielwiese
(edit) @a36fcb5   12 years martinlee84 chg: use shape of Newton polygon also in lattice recombination spielwiese
(edit) @3d0075   12 years martinlee84 fix: some minor fix spielwiese
(edit) @db65ada   12 years martinlee84 chg: lowered bound for early success in earlyFactorDetection spielwiese
(edit) @69076c   12 years martinlee84 chg: use shape of Newton polygon for factor detection and use ... spielwiese
(edit) @a54114   12 years martinlee84 chg: replaced Variable (1) spielwiese
(edit) @34e062   12 years martinlee84 chg: added functions to compute better lifting precisions based ... spielwiese
(edit) @3af6b6   12 years martinlee84 chg: choose "shortest" univariate factorization no matter what the ... spielwiese
(edit) @5335ba   12 years martinlee84 chg: computation of log derivative now expects truncated input spielwiese
(edit) @e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory spielwiese
(edit) @e76d7a6   13 years mohamed.barakat just to get this out of the way, i need to catch my train spielwiese
(edit) @650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory spielwiese
(edit) @3426de2   13 years martinlee84 optimizations for division with remainder and lattice recombination ... spielwiese
(edit) @38ffb7   13 years martinlee84 code clean up in facFqBivar.cc, facFqFactorize.cc, facFactorize.cc ... spielwiese
(edit) @0349c20   13 years martinlee84 deleted unused cf_gcd_charp.cc, cfGEval.*, ffreval.* deleted ... spielwiese
(edit) @21b8f4   13 years martinlee84 added new fdivides which also returns the quotient in case of ... spielwiese
(edit) @8c1a84   13 years martinlee84 updated docu and header git-svn-id: ... spielwiese
(edit) @0777ea   13 years martinlee84 added detection of trivially irreducible polynomials enhanced short ... spielwiese
(edit) @ac8e1a   13 years martinlee84 compiler warnings git-svn-id: ... spielwiese
(edit) @c1b9927   13 years hannes - removed some unsed variables - never put static inline routine ... spielwiese
(edit) @11bf82   13 years martinlee84 polynomial time bivariate factorization git-svn-id: ... spielwiese
(edit) @f876a66   13 years martinlee84 added convex dense factorization to bivariate factorization added ... spielwiese
(edit) @1673386   13 years martinlee84 replaced arrays by pointers git-svn-id: ... spielwiese
(edit) @dd8047   13 years martinlee84 fix in bivariate factorization git-svn-id: ... spielwiese
(edit) @2caede4   13 years martinlee84 minor fix in bivariate factorization git-svn-id: ... spielwiese
(edit) @618da5   13 years martinlee84 bug fixes git-svn-id: file:///usr/local/Singular/svn/trunk@13843 ... spielwiese
(edit) @93134c   13 years martinlee84 bug fixes for factor recombination in case an extension is needed ... spielwiese
(edit) @686ce3   13 years martinlee84 added substitution of x^n->x git-svn-id: ... spielwiese
(edit) @04cdf06   13 years martinlee84 factorization now uses 'gcd' git-svn-id: ... spielwiese
(edit) @1372ae   13 years hannes Variable(i) ->v.level() git-svn-id: ... spielwiese
(edit) @806c18   13 years hannes format git-svn-id: file:///usr/local/Singular/svn/trunk@13655 ... spielwiese
(edit) @575e1d   13 years martinlee84 minor fixes git-svn-id: file:///usr/local/Singular/svn/trunk@13594 ... spielwiese
(edit) @8db258   13 years martinlee84 fix tr 291 git-svn-id: file:///usr/local/Singular/svn/trunk@13591 ... spielwiese
(edit) @33c8040   14 years hannes syntax fix for log2exp, part 2 git-svn-id: ... spielwiese
(edit) @6720a1   14 years hannes syntax fix for log2exp, part 1 git-svn-id: ... spielwiese
(edit) @fd5b3a   14 years martinlee84 fixed logarithm git-svn-id: ... spielwiese
(edit) @cedebc   14 years hannes ilog2 git-svn-id: file:///usr/local/Singular/svn/trunk@12925 ... spielwiese
(edit) @da68804   14 years martinlee84 more fixes git-svn-id: file:///usr/local/Singular/svn/trunk@12879 ... spielwiese
(edit) @911444   14 years hannes some syntax fixes git-svn-id: ... spielwiese
(add) @7bf145   14 years martinlee84 new factorization over finite fields git-svn-id: ... spielwiese
Note: See TracRevisionLog for help on using the revision log.