source: git/factory @ a8af6a8

spielwiese
Name Size Rev Age Author Last Change
../
libfac 4bafa67   12 years hannes removed unused factory/libfac/install-sh
include ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ...
templates ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
gftables cd6df87   13 years mohamed.barakat fixed linking against factory and commented out chinese remainder - ...
bin b1dfaf   14 years seelisch patch from Kai (checked for problems under Windows OS: no problems) ...
examples 341696   14 years hannes Adding Id property to all files git-svn-id: ...
cf_util.h 416 bytes a8af6a8   12 years martinlee84 chg: new command igcd to compute integer gcd
cf_util.cc 1.0 KB a8af6a8   12 years martinlee84 chg: new command igcd to compute integer gcd
facFactorize.h 4.1 KB ed66770   12 years martinlee84 fix: tr 439
facBivar.h 7.0 KB ed66770   12 years martinlee84 fix: tr 439
configure.ac 13.4 KB e078e0   12 years Oleksandr fixing the build system as suggested by autoreconf & fixing the fix ...
facFactorize.cc 26.5 KB afb6a6   12 years martinlee84 chg: reduce the number of bivariate factorizations
facFqFactorize.cc 75.6 KB 978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing
facFqBivar.cc 172.2 KB 978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing
facBivar.cc 19.5 KB 978ce3   12 years martinlee84 fix: multiple definitions with --enable-timing
cf_gcd.cc 33.0 KB efcd2dc   12 years martinlee84 fix: building without NTL
test.cc 3.0 KB 871c44   12 years martinlee84 chg: make test use psr gcd
cf_gcd_smallp.cc 131.0 KB ea095d   12 years martinlee84 fix: switched off compression
cfNewtonPolygon.h 4.4 KB 9752db   12 years martinlee84 chg: use irreducibility criterion also in characteristic 0
cfNewtonPolygon.cc 21.1 KB 9752db   12 years martinlee84 chg: use irreducibility criterion also in characteristic 0
facFqBivarUtil.h 13.3 KB 542864   12 years martinlee84 chg: use irreducibility criterion
facFqBivarUtil.cc 21.5 KB 542864   12 years martinlee84 chg: use irreducibility criterion
Makefile.am 8.5 KB 9dbf5c   12 years martinlee84 chg: towards removal of ftest directory
factory.template 2.2 KB e699d8   12 years martinlee84 chg: deleted abs_fac and related stuff
cf_map.cc 10.1 KB e88604   12 years martinlee84 chg: deleted sparse modular gcd from sm_sparsemod.*
cf_chinese.cc 6.7 KB e88604   12 years martinlee84 chg: deleted sparse modular gcd from sm_sparsemod.*
fac_ezgcd.cc 15.7 KB 0c4a5ce   12 years martinlee84 chg: removed unused header
cf_map_ext.cc 11.1 KB 9a12097   12 years martinlee84 chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes
facMul.cc 68.5 KB 68a3479   12 years martinlee84 fix: deleted unnecessary init of FLINT polys
FLINTconvert.cc 7.8 KB edd818   12 years martinlee84 fix: do not add lead coeff to factorization if it's 1 fix: do not ...
cf_factor.cc 21.7 KB edd818   12 years martinlee84 fix: do not add lead coeff to factorization if it's 1 fix: do not ...
cf_switches.h 1.4 KB e16f7d   12 years martinlee84 chg: deleted fieldGCD
cf_switches.cc 779 bytes e16f7d   12 years martinlee84 chg: deleted fieldGCD
cf_defs.h 919 bytes e16f7d   12 years martinlee84 chg: deleted fieldGCD
algext.cc 28.9 KB e16f7d   12 years martinlee84 chg: deleted fieldGCD
DegreePattern.cc 2.7 KB 7a1151   12 years martinlee84 fix: compiler warnings
cf_gcd_smallp.h 3.6 KB 1e4b53   12 years martinlee84 chg: first test LC's before doing a full termination test in GCD
FLINTconvert.h 4.8 KB a03496   12 years martinlee84 fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is ...
facFqBivar.h 28.7 KB 3c25c9   12 years martinlee84 chg: more trivial checks
variable.cc 7.1 KB 050d1b   12 years martinlee84 fix: wrong/unneccessary asserts
cf_char.cc 1.6 KB 050d1b   12 years martinlee84 fix: wrong/unneccessary asserts
facHensel.cc 70.3 KB 27ab36   12 years martinlee84 chg: better debug output
cf_inline.cc 14.5 KB 57daf8   12 years martinlee84 chg: switched off assert for positive exponent since I need Laurent ...
canonicalform.cc 55.0 KB 57daf8   12 years martinlee84 chg: switched off assert for positive exponent since I need Laurent ...
facFqFactorize.h 27.3 KB 8baf483   12 years martinlee84 chg: use squarefree factorization instead of squarefree part
facFqSquarefree.h 4.7 KB 6caa2a6   12 years martinlee84 chg: avoid adding of constant factors to squarefree factorization chg: ...
facFqSquarefree.cc 5.7 KB 6caa2a6   12 years martinlee84 chg: avoid adding of constant factors to squarefree factorization chg: ...
facSparseHensel.h 12.8 KB 2f6b737   12 years martinlee84 fix: getTerms2 and patch for coeffs
facAlgExt.cc 4.1 KB 062583   12 years martinlee84 chg: shift factors of the norm instead of factors over Q(a)
cf_ops.cc 18.1 KB 24c6177   12 years martinlee84 chg: mapdomain() now maps BaseDomains
facHensel.h 12.5 KB 69fdf90   12 years martinlee84 chg: do not require coeff bound to be const
NTLconvert.h 3.1 KB c729f2   12 years martinlee84 chg: conversion to NTL ZZ_pX now allows non-word size p chg: added ...
NTLconvert.cc 39.8 KB c729f2   12 years martinlee84 chg: conversion to NTL ZZ_pX now allows non-word size p chg: added ...
int_poly.h 5.1 KB 1a9dc5   12 years Oleksandr fix: avoid redefine of OM_NDEBUG
int_int.h 6.1 KB 7c6f06   12 years hannes fix: avoid redefine of OM_NDEBUG
gfops.cc 6.0 KB ff3a4f   12 years martinlee84 chg: enable assertions by default
fac_univar.cc 16.5 KB 346edc8   12 years martinlee84 fix: need std::
fac_berlekamp.cc 10.3 KB 346edc8   12 years martinlee84 fix: need std::
debug.h 1.3 KB 346edc8   12 years martinlee84 fix: need std::
fac_multihensel.cc 10.7 KB f3a82f4   12 years martinlee84 fix: compilation errors with --enable-debugoutput
facMul.h 6.0 KB c2aeb9   12 years martinlee84 fix: typo
fac_util.cc 6.3 KB 667ba1   12 years martinlee84 chg: changed default constructor of modpk
ftmpl_inst.cc 2.8 KB 32248f   12 years Oleksandr removed duplicating template instantiations from ...
facSparseHensel.cc 10.5 KB 5583e1   12 years martinlee84 fix: deleted too much Signed-off-by: Martin Lee <martinlee84@web.de>
singext.h 659 bytes cf2d9e   12 years martinlee84 chg: use feFopen to open GF tables if Singular is used TODO: add a ...
fac_sqrfree.cc 4.8 KB f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master
fac_multivar.cc 11.0 KB f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master
cf_algorithm.h 3.9 KB f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master
imm.h 11.6 KB 635774   12 years jengelh factory/src: silence compile warnings -Wint-to-pointer-cast Ideally, ...
facFqFactorizeUtil.h 5.8 KB 6deedd   12 years martinlee84 modified some helper functions and removed unneccessary inclusion of ...
facFqFactorizeUtil.cc 4.2 KB 6deedd   12 years martinlee84 modified some helper functions and removed unneccessary inclusion of ...
int_rat.cc 20.8 KB a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
int_pp.h 2.7 KB a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
int_pp.cc 9.7 KB a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
cf_factory.h 1.2 KB a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
cf_factory.cc 8.4 KB a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
singext.cc 1.7 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
readcf.yy 4.5 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
int_rat.h 3.3 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
int_intdiv.cc 9.9 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
int_int.cc 13.5 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
gmpext.h 377 bytes ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
fac_cantzass.cc 8.3 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
cf_map.h 2.8 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
canonicalform.h 10.0 KB ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
.gitignore 40 bytes ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ...
int_poly.cc 57.7 KB c4682e0   13 years ranosch FIX: In some (inheriting) copy-constructors their base class should be ...
cf_reval.cc 1.1 KB c4682e0   13 years ranosch FIX: In some (inheriting) copy-constructors their base class should be ...
int_cf.h 5.1 KB c770dc   13 years ranosch FIX: function method cannot return "const char * const" (-> const char *)
cf_cyclo.cc 3.6 KB 82db91a   13 years ranosch FIX: function-macros should act as functions even if "empty", esp. in ...
cf_assert.h 4.7 KB 021751   13 years ranosch FIX: empty debug function-macros should better be: ((void) 0/1)
FACTORY.INSTALL 11.0 KB 4df5bd   13 years Oleksandr ADD: one can use autoreconf, for instance as via autogen.sh for ...
factoryconf.template 680 bytes 3af3ca   13 years Oleksandr FIX: public factory config.h should have ifndef/define/endif guards!
gengftables.cc 6.6 KB d67fcad   13 years martinlee84 deleted initializeGMP
gengftables-conway.cc 9.5 KB d67fcad   13 years martinlee84 deleted initializeGMP
cf_hnf.cc 1.2 KB 895b31c   13 years Oleksandr ADD: re-enabled _HNF/_LLL
cplusplus.cc 889 bytes 72ebdb   13 years Oleksandr ADD: forgotten generator cplusplus.cc
variable.h 2.5 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
var_intglobal.h 5.7 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
var_intglobal.cc 5.4 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
parseutil.h 748 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
parseutil.cc 3.4 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
int_cf.cc 4.7 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
imm.cc 258 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
gfops.h 3.0 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
gf_tabutil.h 344 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
gf_tabutil.cc 984 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
ffops.h 2.7 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
ffops.cc 1.8 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
facIrredTest.h 1.4 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
facIrredTest.cc 2.2 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_util.h 1.8 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_univar.h 330 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_sqrfree.h 553 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_multivar.h 284 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_iterfor.h 1.1 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_iterfor.cc 2.2 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_distrib.h 707 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_distrib.cc 5.6 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_cantzass.h 422 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
fac_berlekamp.h 295 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
ExtensionInfo.h 5.8 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
ExtensionInfo.cc 2.2 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
DegreePattern.h 5.0 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
CMakeLists.txt 10.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cfModResultant.cc 11.0 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_reval.h 707 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_resultant.cc 6.6 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_random.h 1.5 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_random.cc 3.2 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_primetab.h 349.1 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_primetab.cc 349.9 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_primes.h 371 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_primes.cc 815 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_map_ext.h 2.7 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_linsys.cc 17.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_iter_inline.cc 3.2 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_iter.h 1.1 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_iter.cc 2.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_irred.h 331 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_irred.cc 672 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_globals.h 414 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_globals.cc 1.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_generator.h 1.8 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_generator.cc 3.9 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_eval.h 1.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_eval.cc 1.6 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_cyclo.h 673 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_binom.h 338 bytes e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_binom.cc 3.3 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cf_algorithm.cc 16.1 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
algext.h 1.1 KB e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
cfModResultant.h 1.4 KB 17b1f3   13 years martinlee84 added modular resultant algorithm git-svn-id: ...
debug.cc 806 bytes c1b9927   13 years hannes - removed some unsed variables - never put static inline routine ...
cf_hnf.h 1.3 KB c74d6a   13 years Oleksandr FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL)
AUTHORS 0 bytes e76d7a6   13 years mohamed.barakat just to get this out of the way, i need to catch my train
timing.h 2.9 KB 9c6887   13 years hannes make include cstdio/cstdlib dependant on ifndef NOSTREAMIO
README 21.0 KB 650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory
facAlgExt.h 1.3 KB 650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory
ChangeLog 58.8 KB 650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory
doxygen.cfg 45.9 KB a11768   13 years hovinen * Begin migration of factory to GNU Automake * New file Makefile.am ...
aminclude.am 4.6 KB a11768   13 years hovinen * Begin migration of factory to GNU Automake * New file Makefile.am ...
acinclude.m4 11.9 KB a11768   13 years hovinen * Begin migration of factory to GNU Automake * New file Makefile.am ...
COPYING 1.5 KB 623a7d   13 years hannes the official version 3-1-3 git-svn-id: ...
config.h.in.cmake 2.5 KB 8cc501   14 years krueger Added files to compile with cmake. Still experimental. Might not work ...
test_install.cc 386 bytes 341696   14 years hannes Adding Id property to all files git-svn-id: ...
factory.cfg 614 bytes 341696   14 years hannes Adding Id property to all files git-svn-id: ...
ConwayList.txt 2.6 KB b478f8   17 years hannes *hannes: Conway polynomials, new gcd for char p git-svn-id: ...
NEWS 5.9 KB 6c5d86   21 years hannes * Hannes: NTL git-svn-id: file:///usr/local/Singular/svn/trunk@6315 ...
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.