source: git/factory/facFqFactorize.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86faff   11 years martinlee84 chg: more checks in heurstic to distribute leading coefficients spielwiese
(edit) @a0adc3   11 years martinlee84 chg: deleted unused parameters from getLeadingCoeffs spielwiese
(edit) @d92e66   11 years martinlee84 chg: content computation spielwiese
(edit) @0851b0   11 years martinlee84 chg: added more timing infos to main factorization functions spielwiese
(edit) @a25f7a7   11 years martinlee84 chg: deleted some unused variable spielwiese
(edit) @afbebe   11 years martinlee84 chg: deleted some unused code chg: joined precomputeLeadingCoeff from ... spielwiese
(edit) @f7e9c6   12 years martinlee84 chg: avoid divisions spielwiese
(edit) @95a3f2   12 years martinlee84 chg: pass to extension if field is small spielwiese
(edit) @e0047d   12 years martinlee84 fix: minor bug in evaluationWRTDifferentSecondVar spielwiese
(edit) @83e5de   12 years martinlee84 chg: more checks for heuristic spielwiese
(edit) @15a879   12 years martinlee84 chg: pass to larger extension if over a small finite field spielwiese
(edit) @e3cb321   12 years martinlee84 chg: lower bound in evaluation point search spielwiese
(edit) @bed38b   12 years martinlee84 fix: possible infinite loop spielwiese
(edit) @935632   12 years martinlee84 fix: minor fix in distribute content spielwiese
(edit) @41e77d   12 years martinlee84 fix: minor bug in precomputeLeadingCoeff chg: normalize only if necessary spielwiese
(edit) @b30017   12 years martinlee84 chg: added heuristics to distribute leading coeff to finite field case spielwiese
(edit) @c89740   12 years martinlee84 chg: minor improvements chg: prepare for adding heuristics spielwiese
(edit) @589ef64   12 years martinlee84 fix: need to buffer factors spielwiese
(edit) @27e0172   12 years martinlee84 fix: bug in content computation spielwiese
(edit) @8336c9   12 years martinlee84 chg: moved some helper functions to utilities spielwiese
(edit) @c7b56e2   12 years martinlee84 chg: typo/editing spielwiese
(edit) @1a2d66   12 years martinlee84 fix: segfault of Hensel lifting in precomputeLeadingCoeff due to gaps ... spielwiese
(edit) @5079887   12 years martinlee84 chg: remove factors that were successfully recovered by LucksWang spielwiese
(edit) @464b18   12 years martinlee84 chg: minor improvement spielwiese
(edit) @753fb61   12 years martinlee84 chg: add old bivariate factors to oldAeval spielwiese
(edit) @9dacf3f   12 years martinlee84 fix: more fixes to precomputeLeadingCoeff spielwiese
(edit) @fce807   12 years martinlee84 chg: changes due to changes to getLeadingCoeffs spielwiese
(edit) @772056   12 years martinlee84 chg: added new function sortByUniFactors chg: deleted part of ... spielwiese
(edit) @8267b8   12 years martinlee84 chg: added a new function to recover factors spielwiese
(edit) @4fee0ed   12 years martinlee84 chg: order variables by size of the leading coefficient spielwiese
(edit) @8a30b1   12 years martinlee84 fix: bug in precomputation of leading coefficient spielwiese
(edit) @8256fd   12 years martinlee84 fix: possible hang in multivariate factorization spielwiese
(edit) @a30a5fc   12 years martinlee84 chg: deleted blanks spielwiese
(edit) @72bfc8   12 years martinlee84 chg: deleted @internal spielwiese
(edit) @978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing spielwiese
(edit) @9a12097   12 years martinlee84 chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes spielwiese
(edit) @7a1151   12 years martinlee84 fix: compiler warnings spielwiese
(edit) @0a7d0ca   12 years martinlee84 fix: assert violations related to minpoly handling spielwiese
(edit) @0cb9fd   12 years martinlee84 fix: div by zero spielwiese
(edit) @4e17e7   12 years martinlee84 fix: multi instead of biFactorize spielwiese
(edit) @dc390c   12 years martinlee84 fix: swap variables before return after LucksWangSparseHeuristic fix: ... spielwiese
(edit) @64b824   12 years martinlee84 chg: threshold for use of LucksWangHeuristic spielwiese
(edit) @81d96c   12 years martinlee84 chg: more reorganization 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) @a54114   12 years martinlee84 chg: replaced Variable (1) spielwiese
(edit) @6f6320   12 years martinlee84 fix: issues with building factory without NTL spielwiese
(edit) @ec16f0   12 years martinlee84 chg: use sparse heuristic in precomputation of leading coefficients spielwiese
(edit) @4fe8a3   12 years martinlee84 add: switched on Lucks/Wang sparse heuristic spielwiese
(edit) @eefc3a   12 years martinlee84 chg: postpone shifting of evaluation point to zero until it is really ... spielwiese
(edit) @91788c0   12 years martinlee84 add: code for sparse heuristic lifting a la Lucks/Wang moved: code for ... spielwiese
(edit) @6036d90   12 years martinlee84 added heuristic for sparse lifting and updated tests 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) @c79a9d   12 years martinlee84 bug fix in squarefree factorization and faster way to recover factors ... spielwiese
(edit) @229530   13 years martinlee84 fixed memory leaks in factorization and replaced mpz_fdiv_q by ... spielwiese
(edit) @09723d   13 years martinlee84 better way to recover factors git-svn-id: ... spielwiese
(edit) @327efa2   13 years martinlee84 different lifting in precomputeLeadingCoeff extend henselLift122 to ... spielwiese
(edit) @38ffb7   13 years martinlee84 code clean up in facFqBivar.cc, facFqFactorize.cc, facFactorize.cc ... 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) @ccd1b0   13 years martinlee84 added precomputation of leading coefficients for multivariate ... 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) @5f4463   13 years hannes making the sun-c/c++ compiler happy (still waiting for to issues...) ... spielwiese
(edit) @1673386   13 years martinlee84 replaced arrays by pointers 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) @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) @8db258   13 years martinlee84 fix tr 291 git-svn-id: file:///usr/local/Singular/svn/trunk@13591 ... spielwiese
(edit) @fd5b3a   14 years martinlee84 fixed logarithm git-svn-id: ... spielwiese
(edit) @883ea0b   14 years hannes ceil log -> ilog2 git-svn-id: ... spielwiese
(edit) @44651b   14 years hannes index fixed git-svn-id: file:///usr/local/Singular/svn/trunk@12883 ... spielwiese
(edit) @da68804   14 years martinlee84 more fixes git-svn-id: file:///usr/local/Singular/svn/trunk@12879 ... spielwiese
(edit) @fecc08   14 years martinlee84 buf fixes git-svn-id: file:///usr/local/Singular/svn/trunk@12876 ... 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.