source: git/factory

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @2b76ff   12 years martinlee84 chg: conversion of NTL ZZ to CanonicalForm spielwiese
(edit) @f89fed   12 years martinlee84 fix: more fixes to Q(a) check spielwiese
(edit) @c3ef86f   12 years martinlee84 chg: use NTL spielwiese
(edit) @e451f48   12 years martinlee84 fix: Q(a) check spielwiese
(edit) @3f8663   12 years martinlee84 chg/fix: removed check for squarefreeness of reduction mod p spielwiese
(edit) @e785e9   12 years martinlee84 chg: use FLINT for operations over Z/p (for non word size p) spielwiese
(edit) @9c98c2   12 years martinlee84 chg: added conversion for univariate polys over Z/p for non word size p spielwiese
(edit) @c2aeb9   12 years martinlee84 fix: typo spielwiese
(edit) @d3d3168   12 years martinlee84 chg: added docu for conversion to FLINT and back spielwiese
(edit) @f9bd3d   12 years martinlee84 chg: use NTL for univariate operations with coeff bound spielwiese
(edit) @1ade96   12 years martinlee84 chg: use coeff bound in bivariate poly factorization over Q spielwiese
(edit) @667ba1   12 years martinlee84 chg: changed default constructor of modpk spielwiese
(edit) @a090c88   12 years martinlee84 chg: added coeff bound as additional argument in henselStep12 spielwiese
(edit) @583cb9   12 years martinlee84 chg: added diophantine equation solver using p-adic lifting 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) @64c923   12 years martinlee84 chg: added coeff bound to univariate operations spielwiese
(edit) @5b4107   12 years martinlee84 chg: changed interface to nmod_poly_factor_t spielwiese
(edit) @c7c7fe4   12 years martinlee84 chg: added divisibility test for univariate polys spielwiese
(edit) @e016ba   12 years martinlee84 chg: code formatting spielwiese
(edit) @64b824   12 years martinlee84 chg: threshold for use of LucksWangHeuristic spielwiese
(edit) @c08510   12 years martinlee84 chg: remove some debug output spielwiese
(edit) @81d96c   12 years martinlee84 chg: more reorganization spielwiese
(edit) @0e2e23   12 years martinlee84 chg: separated multiplication and Hensel lifting functions spielwiese
(edit) @deb0f60   12 years martinlee84 chg: use henselLiftAndEarly from facFqBivar again in facBivar spielwiese
(edit) @3ef2d6   12 years martinlee84 chg: use Newton inversion for division over Q(a) spielwiese
(edit) @935e83   12 years martinlee84 chg: deleted some commented out debug stuff and formatted code spielwiese
(edit) @c53fdc   12 years martinlee84 chg/fix: switched off Flint gcd over Z spielwiese
(edit) @84dcd6b   12 years martinlee84 chg: removed some debug stuff spielwiese
(edit) @0e6668   12 years martinlee84 chg: more changes in order to replace old factorization over integers spielwiese
(edit) @530295   12 years martinlee84 chg: more changes to replace polynomial factorization over integer ... spielwiese
(edit) @88408d0   12 years martinlee84 chg: switched off old factory factorization over Z chg: added some ... spielwiese
(edit) @3ed6ccf   12 years martinlee84 chg: check for Flint 2.3 in configure spielwiese
(edit) @7cb5590   12 years martinlee84 fix: some preprocessor commands spielwiese
(edit) @ae3775   12 years martinlee84 chg: use Flint factorization over finite fields instead of NTL spielwiese
(edit) @7e8c9e   12 years martinlee84 chg: use Flint GCD instead of NTL gcd spielwiese
(edit) @97a059   12 years martinlee84 Started fork swSingularFlint from spielwiese chg: changed build ... spielwiese
(edit) @f8ac2df   12 years martinlee84 chg: replaced Hensel lifting and early factor detection by a ... spielwiese
(edit) @4bafa67   12 years hannes removed unused factory/libfac/install-sh spielwiese
(edit) @3b8a6e   12 years Oleksandr removed AM_LDFLAGS from those Makefile.am where a library is built ... spielwiese
(edit) @b4a676   12 years Oleksandr made findexec into a standalone library + removal of resources add: ... spielwiese
(edit) @1a9dc5   12 years Oleksandr fix: avoid redefine of OM_NDEBUG spielwiese
(edit) @7c6f06   12 years hannes fix: avoid redefine of OM_NDEBUG spielwiese
(edit) @1adae39   12 years Oleksandr fix make check for factory under Mac OS X spielwiese
(edit) @eacb7aa   12 years martinlee84 fix: include (in case of build without NTL) spielwiese
(edit) @ff3a4f   12 years martinlee84 chg: enable assertions by default spielwiese
(edit) @e2c181   12 years martinlee84 chg: enable assertions instead of being lazy spielwiese
(edit) @43bbd6   12 years martinlee84 chg: replaced timing.h in libfac by timing.h from factory 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) @346edc8   12 years martinlee84 fix: need std:: spielwiese
(edit) @f71453   12 years martinlee84 fix: compilation errors with --enable-assertions spielwiese
(edit) @e3198f   12 years hannes chg: use template instatiation from factory/libfac spielwiese
(edit) @83976e   12 years martinlee84 chg: enable setting of gftables location by program courtesy of ... spielwiese
(edit) @66e25f   12 years martinlee84 chg: include string.h courtesy of "Grayson, Daniel R." <dan@math.uiuc.edu> spielwiese
(edit) @b530add   12 years hannes Merge pull request #66 from mmklee/factory_sizelong_sw chg: renamed ... spielwiese
(edit) @78851c8   12 years Oleksandr use absolute binary pathes while combining libfactory spielwiese
(edit) @32248f   12 years Oleksandr removed duplicating template instantiations from ... spielwiese
(edit) @e65b1a4   12 years Oleksandr fix libfac on case-insensitive file systems CHG: renamed ... spielwiese
(edit) @e2b6f5c   12 years hannes chg: removed Factorize2 spielwiese
(edit) @ae4d9b   12 years martinlee84 chg: renamed config.h.in.bak to config.h.in chg: check for sizeof long ... spielwiese
(edit) @be5dff   12 years Oleksandr fix extra ';' error of libfac spielwiese
(edit) @bbb3fbf   12 years martinlee84 chg: use NTL multiplication in prodMod0 chg: use a cheap test to ... spielwiese
(edit) @fdae2d   12 years martinlee84 chg: use NTL even in very easy cases 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) @6fd83c4   12 years martinlee84 chg/fix: remove redundant points from polygon add: new function to ... spielwiese
(edit) @f9b796e   12 years martinlee84 chg: substitution in the top level routines spielwiese
(edit) @3af6b6   12 years martinlee84 chg: choose "shortest" univariate factorization no matter what the ... spielwiese
(edit) @5583e1   12 years martinlee84 fix: deleted too much Signed-off-by: Martin Lee <martinlee84@web.de> spielwiese
(edit) @ac3fcca   12 years martinlee84 chg: computation of G*oldQ spielwiese
(edit) @5335ba   12 years martinlee84 chg: computation of log derivative now expects truncated input spielwiese
(edit) @9f39e6   12 years Oleksandr misc changes FIX: factory internal includes (better no "factory/" ... spielwiese
(edit) @72486f0   12 years Oleksandr fix test program in factory (uses omalloc & findexec + misc + reporter ... spielwiese
(edit) @cf2d9e   12 years martinlee84 chg: use feFopen to open GF tables if Singular is used TODO: add a ... spielwiese
(edit) @461f40   12 years Oleksandr fix the enabling of omalloc for factory CHG: top level configure ... spielwiese
(edit) @429497   12 years julien.puydt Modified the omalloc configuration for factory/ and made toplevel use ... spielwiese
(edit) @7453b4   12 years hannes chg: farey changes from master spielwiese
(edit) @2dbf7e   12 years martinlee84 fix: some issues with leading coeff in squarefree factorization over ... spielwiese
Note: See TracRevisionLog for help on using the revision log.