source: git/factory

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50612e2   13 years hovinen Rename readcf.y to readcf.yy so that it is built as a C++-file spielwiese
(edit) @d524d48   13 years hannes fix: Makefile.am spielwiese
(edit) @05aa4b   13 years hannes cf_hnf does not compile: disabled spielwiese
(edit) @c74d6a   13 years Oleksandr FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL) spielwiese
(edit) @087d2d   13 years hannes removed dep. on configure.in in factory spielwiese
(edit) @19cbad8   13 years hannes be consistent: use HAVE_IOSTREAM to enable for new c++ headers spielwiese
(edit) @189f83   13 years Oleksandr FIX: C++ headers have no ".h" FIX: atoi/abort are from the C header ... spielwiese
(edit) @2db7ae   13 years hannes disabled cf_hnf: does not compile with NTL with NTL_STD_CXX set spielwiese
(edit) @e76d7a6   13 years mohamed.barakat just to get this out of the way, i need to catch my train spielwiese
(edit) @9c6887   13 years hannes make include cstdio/cstdlib dependant on ifndef NOSTREAMIO spielwiese
(edit) @468b57   13 years mohamed.barakat renamed libsingcf -> libfactory spielwiese
(edit) @650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory spielwiese
(edit) @643b1eb   13 years mohamed.barakat include ftmpl_inst.cc in libsingcf.a (template instantiations) - ... spielwiese
(edit) @9af8a63   13 years mohamed.barakat invoke the macros to check for gmp and ntl in factory/configure.in - ... spielwiese
(edit) @a11768   13 years hovinen * Begin migration of factory to GNU Automake * New file Makefile.am ... spielwiese
(edit) @1983c3   13 years hannes removed unused global vars from modulop.cc fix for coeffs/test-g spielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory spielwiese
(edit) @2271fcf   13 years Oleksandr FIX: don't delete cf_gmp.h (not generated anymore!) spielwiese
(edit) @c2e9b1   13 years martinlee84 put assert.h before cf_gmp.h spielwiese
(edit) @daa556   13 years Oleksandr FIX: cf_gmp.h should be included after asser.h.... ??!?! spielwiese
(edit) @769f28   13 years mohamed.barakat - fixed --with-gmp in factory/configure.in to be compatible with gmp ... spielwiese
(edit) @5f9b47   13 years martinlee84 use sqrfree factorization instead of sqrfree part extraction for ... spielwiese
(edit) @c79a9d   13 years martinlee84 bug fix in squarefree factorization and faster way to recover factors ... spielwiese
(edit) @41072b   13 years hannes minor simplification for int_rat git-svn-id: ... spielwiese
(edit) @1709e1   13 years martinlee84 minor bug fix git-svn-id: file:///usr/local/Singular/svn/trunk@14406 ... spielwiese
(edit) @229530   13 years martinlee84 fixed memory leaks in factorization and replaced mpz_fdiv_q by ... spielwiese
(edit) @eee11c   13 years martinlee84 fixed a memory leak in cfNewtonPolygon.cc git-svn-id: ... spielwiese
(edit) @297e92   13 years martinlee84 added equality test before testing divisibility and multiply by gcd of ... spielwiese
(edit) @563364   13 years martinlee84 minor bug fix to bivariate factorization over extension of Z/p ... 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) @3426de2   13 years martinlee84 optimizations for division with remainder and lattice recombination ... spielwiese
(edit) @96f9fdf   13 years martinlee84 minor fixes and optimizations to Kronecker substitution multiplication ... 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) @380a9b6   13 years martinlee84 minor fix to mulMod2NTLFq updated test results and stats for gcd in ... spielwiese
(edit) @56d3c6   13 years martinlee84 prefer chinrem_gcd to ezgcd removed some unused code switched off ... spielwiese
(edit) @b5c084   13 years martinlee84 minor fixes in gcd git-svn-id: ... spielwiese
(edit) @9b2c8a   13 years martinlee84 deleted unneccessary stuff and make factors monic in modularDiophant ... spielwiese
(edit) @4a05ed   13 years martinlee84 added modular solving of diophantine equation for Hensel lifting over ... spielwiese
(edit) @3dd0640   13 years hannes removed dead debug code git-svn-id: ... spielwiese
(edit) @21b8f4c   13 years martinlee84 added new fdivides which also returns the quotient in case of ... spielwiese
(edit) @64a501   13 years martinlee84 deleted unnecessary fdivides git-svn-id: ... spielwiese
(edit) @fd803bc   13 years martinlee84 changes to Kronecker substitution multiplication git-svn-id: ... spielwiese
(edit) @3b77086   13 years hannes freebsd port git-svn-id: file:///usr/local/Singular/svn/trunk@14330 ... spielwiese
(edit) @13f494   13 years martinlee84 use new division and divisibility test in gcd over Q(a) git-svn-id: ... spielwiese
(edit) @42281d6   13 years martinlee84 divisibility test git-svn-id: ... spielwiese
(edit) @ec970e   13 years martinlee84 arithmetic in Z_p[x]/(f) for reducible f git-svn-id: ... spielwiese
(edit) @e28e6d   13 years martinlee84 towards better arithmetic in Z_p[x]/(f) for reducible f git-svn-id: ... spielwiese
(edit) @276c3f   13 years martinlee84 moved 'reduce' from algext.* to cf_ops.cc and canonicalform.h ... spielwiese
(edit) @5df7d0   13 years martinlee84 replaced tryCRA by tryNewtonInterp and deleted obsolete tryCRA reduce ... spielwiese
(edit) @6f08f3   13 years martinlee84 create Variable(1) just once git-svn-id: ... spielwiese
(edit) @498648   13 years martinlee84 rational reconstruction via NTL git-svn-id: ... spielwiese
(edit) @fcf7587   13 years martinlee84 switched on new factorization and updated tests git-svn-id: ... spielwiese
(edit) @ab547e2   13 years martinlee84 added multivariate factorization over Q (a) git-svn-id: ... spielwiese
(edit) @6c44098   13 years martinlee84 added bivariate factorization over Q(a) git-svn-id: ... spielwiese
(edit) @368602a   13 years martinlee84 erased inline's git-svn-id: ... spielwiese
(edit) @6f30b8f   13 years martinlee84 added computation of squarefree part git-svn-id: ... spielwiese
(edit) @64e7cb   13 years martinlee84 prepare Hensel lifting for char= 0 case git-svn-id: ... spielwiese
(edit) @50a2aa9   13 years martinlee84 resultantZ needs polys over Z git-svn-id: ... spielwiese
(edit) @8c1a84   13 years martinlee84 updated docu and header git-svn-id: ... spielwiese
(edit) @2d0f7d3   13 years hannes fix typo git-svn-id: file:///usr/local/Singular/svn/trunk@14293 ... spielwiese
(edit) @9fd0b1   13 years hannes resstore SW_RATIONAL on exit to original value git-svn-id: ... spielwiese
(edit) @fe2d4c   13 years martinlee84 added better compression of polynomials to tryBrownGCD added better ... spielwiese
(edit) @35eb6c   13 years martinlee84 compute norm now modular changed handling of On (SW_RATIONAL) changed ... spielwiese
(edit) @37cf8f   13 years hannes fix NTL_ZZ variant git-svn-id: ... spielwiese
(edit) @17b1f3   13 years martinlee84 added modular resultant algorithm git-svn-id: ... spielwiese
(edit) @96992c   13 years martinlee84 minor change git-svn-id: file:///usr/local/Singular/svn/trunk@14286 ... spielwiese
(edit) @0777ea   13 years martinlee84 added detection of trivially irreducible polynomials enhanced short ... spielwiese
(edit) @ccd1b0   13 years martinlee84 added precomputation of leading coefficients for multivariate ... spielwiese
(edit) @9189e93   13 years martinlee84 fix for GCD and update of test git-svn-id: ... spielwiese
(edit) @9ff686   13 years martinlee84 changes to EZGCD_P changes to passing to extensions git-svn-id: ... spielwiese
(edit) @ac8e1a   13 years martinlee84 compiler warnings git-svn-id: ... spielwiese
(edit) @639652f   13 years hannes factory: -Wall git-svn-id: file:///usr/local/Singular/svn/trunk@14266 ... spielwiese
(edit) @c1b9927   13 years hannes - removed some unsed variables - never put static inline routine ... spielwiese
(edit) @6e2ef0e   13 years martinlee84 added better coprimality test for small finite fields switch to ... spielwiese
(edit) @f09105   13 years martinlee84 use bivariate factorization directly git-svn-id: ... spielwiese
(edit) @e368746   13 years martinlee84 added new functions for multivariate Hensel lifting minor changes of ... spielwiese
(edit) @d80a1a   13 years martinlee84 bug fix for trac ticket #341 git-svn-id: ... spielwiese
(edit) @a8e8b9   13 years martinlee84 added division with remainder git-svn-id: ... spielwiese
(edit) @7d1c995   13 years martinlee84 added test to prevent multiple inclusion of headers moved function ... spielwiese
(edit) @38ac8c   13 years martinlee84 added new function to get random eval point added new function to set ... 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) @2072126   13 years hannes add missing HAVE_NTL git-svn-id: ... spielwiese
(edit) @55608a7   13 years martinlee84 added new functionality to map between extension git-svn-id: ... spielwiese
(edit) @2f19b0   13 years hannes install target: install-libsingular git-svn-id: ... spielwiese
(edit) @a2dd9b2   13 years martinlee84 added newton polygon computation git-svn-id: ... spielwiese
(edit) @dd2a9b3   13 years martinlee84 Kronecker substitution multiplication for bivariate multiplication ... spielwiese
(edit) @c58765   13 years martinlee84 add sort of factorization over extensions git-svn-id: ... spielwiese
(edit) @5e5156   13 years hannes we need g++ for -M git-svn-id: ... spielwiese
(edit) @42653b   13 years hannes sunos port git-svn-id: file:///usr/local/Singular/svn/trunk@14157 ... spielwiese
(edit) @4dd2c4   13 years hannes sunos port git-svn-id: file:///usr/local/Singular/svn/trunk@14156 ... 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) @623a7d   13 years hannes the official version 3-1-3 git-svn-id: ... spielwiese
(edit) @aed2cd2   13 years hannes removed OM_NO_MALLOC_MACROS git-svn-id: ... spielwiese
(edit) @dd8047   13 years martinlee84 fix in bivariate factorization git-svn-id: ... spielwiese
(edit) @1b8e048   13 years martinlee84 bug fix in hensel lifting git-svn-id: ... spielwiese
(edit) @2caede4   13 years martinlee84 minor fix in bivariate factorization git-svn-id: ... spielwiese
Note: See TracRevisionLog for help on using the revision log.