source: git/factory

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @773d28   12 years martinlee84 fix: bug in factor recombination if extension is needed spielwiese
(edit) @ec664a2   12 years martinlee84 fix: compilation errors with --enable-timing spielwiese
(edit) @3ed6758   12 years martinlee84 chg: smarter check if factorization is reconstructed if there are only ... spielwiese
(edit) @d1553c   12 years martinlee84 chg: use sqrf instead of sqrfPart spielwiese
(edit) @ea5ff1d   12 years martinlee84 chg: deleted extractContents from GCD computation spielwiese
(edit) @2488dc3   12 years martinlee84 chg: use other GCD if input is not dense in chinrem_gcd spielwiese
(edit) @72bfc8   12 years martinlee84 chg: deleted @internal spielwiese
(edit) @86aa4d5   12 years martinlee84 fix: tr 440 spielwiese
(edit) @a8af6a8   12 years martinlee84 chg: new command igcd to compute integer gcd spielwiese
(edit) @ed66770   12 years martinlee84 fix: tr 439 spielwiese
(edit) @e078e0   12 years Oleksandr fixing the build system as suggested by autoreconf & fixing the fix ... spielwiese
(edit) @afb6a6   12 years martinlee84 chg: reduce the number of bivariate factorizations spielwiese
(edit) @978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing spielwiese
(edit) @9752db   12 years martinlee84 chg: use irreducibility criterion also in characteristic 0 spielwiese
(edit) @542864   12 years martinlee84 chg: use irreducibility criterion spielwiese
(edit) @efcd2dc   12 years martinlee84 fix: building without NTL spielwiese
(edit) @871c44   12 years martinlee84 chg: make test use psr gcd spielwiese
(edit) @ea095d   12 years martinlee84 fix: switched off compression spielwiese
(edit) @0d1984   12 years Oleksandr better factory test (for 'make check') add: output test parameters: ... spielwiese
(edit) @e95e4ed   12 years martinlee84 chg: removed fex directory spielwiese
(edit) @9a12097   12 years martinlee84 chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes spielwiese
(edit) @a5b5df   12 years martinlee84 chg: removed ftest directory spielwiese
(edit) @9dbf5c   12 years martinlee84 chg: towards removal of ftest directory spielwiese
(edit) @fefaa8   12 years martinlee84 chg: removed winnt directory spielwiese
(edit) @e699d8   12 years martinlee84 chg: deleted abs_fac and related stuff spielwiese
(edit) @e16f7d   12 years martinlee84 chg: deleted fieldGCD spielwiese
(edit) @e88604   12 years martinlee84 chg: deleted sparse modular gcd from sm_sparsemod.* spielwiese
(edit) @0c4a5ce   12 years martinlee84 chg: removed unused header spielwiese
(edit) @768c0c   12 years martinlee84 chg: removed unused switches spielwiese
(edit) @6f0279   12 years martinlee84 fix: wrong exit condition spielwiese
(edit) @68a3479   12 years martinlee84 fix: deleted unnecessary init of FLINT polys 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) @edd818   12 years martinlee84 fix: do not add lead coeff to factorization if it's 1 fix: do not ... spielwiese
(edit) @517530   12 years martinlee84 fix: issues with building factory without NTL spielwiese
(edit) @1e4b53   12 years martinlee84 chg: first test LC's before doing a full termination test in GCD spielwiese
(edit) @0d5627   12 years martinlee84 fix: include config.h instead of factoryconf.h spielwiese
(edit) @2156ec   12 years martinlee84 chg: compute content in QGCD spielwiese
(edit) @e26667   12 years martinlee84 chg: use cofactors in EZGCD to test divisibility spielwiese
(edit) @597783   12 years martinlee84 chg: compute cofactors of gcd and use them to test divisibility chg: ... spielwiese
(edit) @cb7827   12 years martinlee84 chg: compute cofactors in chinrem_gcd and use them to test divisibility spielwiese
(edit) @4704674   12 years martinlee84 chg: avoid divisibility tests chg: use a bound on coeffs in chinrem_gcd spielwiese
(edit) @9f84ad   12 years martinlee84 chg: try to use evaluation points that preserve sparseness chg: ... spielwiese
(edit) @c244d04   12 years martinlee84 chg: deleted unused old functions + editing chg: added description spielwiese
(edit) @f7a4e9   12 years martinlee84 chg: towards better EZGCD spielwiese
(edit) @a9a6dcb   12 years martinlee84 chg: reduce overhead in gcd spielwiese
(edit) @e243418   12 years martinlee84 chg: use convex dense compression in gcd spielwiese
(edit) @16a0df   12 years martinlee84 chg: added function to compute convex hull of support of two bivariate ... spielwiese
(edit) @c723d80   12 years martinlee84 chg: test divisibility of primitive part spielwiese
(edit) @a03496   12 years martinlee84 fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is ... spielwiese
(edit) @3c25c9   12 years martinlee84 chg: more trivial checks spielwiese
(edit) @015711   12 years martinlee84 fix: issues with building without NTL spielwiese
(edit) @ea4f38   12 years martinlee84 removed config.h.in 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) @a76d6fe   12 years martinlee84 fix: init of variable of negative level spielwiese
(edit) @17f4dc   12 years martinlee84 chg: check for GaloisFieldDomain spielwiese
(edit) @0cb9fd   12 years martinlee84 fix: div by zero spielwiese
(edit) @27ab36   12 years martinlee84 chg: better debug output spielwiese
(edit) @57daf8   12 years martinlee84 chg: switched off assert for positive exponent since I need Laurent ... spielwiese
(edit) @e9a5b62   12 years martinlee84 fix: division by zero in extgcd spielwiese
(edit) @81e336   12 years martinlee84 fix: bug in ilog2 spielwiese
(edit) @188d2fb   12 years martinlee84 fix: need SW_RATIONAL to be On for computation of buf0 and buf1 spielwiese
(edit) @a8a93f   12 years martinlee84 chg: clear denominators of factors spielwiese
(edit) @d92248   12 years martinlee84 fix: multiply A with right multiple of denominators of factors spielwiese
(edit) @286be1f   12 years martinlee84 chg: changes due to building with FLINT spielwiese
(edit) @8944cc   12 years martinlee84 chg: include config.h spielwiese
(edit) @c2a8b6   12 years martinlee84 chg: set interface back to official FLINT 2.3.alpha2 spielwiese
(edit) @a5450a8   12 years martinlee84 fix: use smaller bound for sieving factors spielwiese
(edit) @8baf483   12 years martinlee84 chg: use squarefree factorization instead of squarefree part spielwiese
(edit) @6caa2a6   12 years martinlee84 chg: avoid adding of constant factors to squarefree factorization chg: ... spielwiese
(edit) @9ebec2   12 years martinlee84 fix: stupid bug in lattice recombination spielwiese
(edit) @4e17e7   12 years martinlee84 fix: multi instead of biFactorize spielwiese
(edit) @fd4146   12 years martinlee84 fix: bug in evaluation point search spielwiese
(edit) @dc390c   12 years martinlee84 fix: swap variables before return after LucksWangSparseHeuristic fix: ... spielwiese
(edit) @92add1   12 years martinlee84 fix: deleted duplicate function declaration spielwiese
(edit) @2f6b737   12 years martinlee84 fix: getTerms2 and patch for coeffs spielwiese
(edit) @f53120   12 years martinlee84 fix: seperate char= 0 and char>p spielwiese
(edit) @837495   12 years martinlee84 fix: ifdef's for FLINT spielwiese
(edit) @f9da5e   12 years martinlee84 chg/fix: handling of minpolys over Q[t]\Z[t] spielwiese
(edit) @b4af1b   12 years martinlee84 chg: coeff bound for factorization over Q(a), now Hensel lifting ... spielwiese
(edit) @41fea7   12 years martinlee84 fix: divisibility testing chg: coeff bound for factorization over Q(a) spielwiese
(edit) @ca058c   12 years martinlee84 fix: some minor bugs chg: reverseSubstQa now takes an additional ... spielwiese
(edit) @1ddcde9   12 years martinlee84 chg: some typos spielwiese
(edit) @062583   12 years martinlee84 chg: shift factors of the norm instead of factors over Q(a) spielwiese
(edit) @24c6177   12 years martinlee84 chg: mapdomain() now maps BaseDomains spielwiese
(edit) @ad0177   12 years martinlee84 chg: use uniFdivides in factorRecombination chg: take care of GF in ... spielwiese
(edit) @54af8a5   12 years martinlee84 chg: added divisibility test over Q(a) spielwiese
(edit) @4a0a303   12 years martinlee84 chg: added diophantine equation solver over Q(a) using p-adic lifting spielwiese
(edit) @5f92d8   12 years martinlee84 chg: added coeff bound for polys over Q(a) chg: renamed ... spielwiese
(edit) @4e6d2a   12 years martinlee84 chg: use a big prime instead of a small prime in coeff bound fix: map ... spielwiese
(edit) @2fbb9e6   12 years martinlee84 chg: make minimal polynomial an element of Z[t] spielwiese
(edit) @51aa162   12 years martinlee84 chg: do not compute p^k in FLINT spielwiese
(edit) @69fdf90   12 years martinlee84 chg: do not require coeff bound to be const spielwiese
(edit) @47dc5ea   12 years martinlee84 chg: *,/,% for univariate polys over Z_p^k[x]/(f) via NTL spielwiese
(edit) @c729f2   12 years martinlee84 chg: conversion to NTL ZZ_pX now allows non-word size p chg: added ... spielwiese
(edit) @b78a13   12 years martinlee84 chg: faster reversion of Kronecker substitution spielwiese
(edit) @42af505   12 years martinlee84 chg: skip Q(a) check spielwiese
(edit) @67ed74   12 years martinlee84 chg: use FLINT for multiplication over Q(a) spielwiese
Note: See TracRevisionLog for help on using the revision log.