Changeset 6720a1 in git
- Timestamp:
- Jun 29, 2010, 10:57:05 AM (13 years ago)
- Branches:
- (u'spielwiese', 'd1ec153efbb92b07a03c829a7f893fe854f169d2')
- Children:
- 33c80401859cb1e4a4821ef802c31f324cbd0e08
- Parents:
- fd5b3abec6c19c85e602bfe88219092d51dd6500
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
rfd5b3a r6720a1 42 42 TIMING_DEFINE_PRINT(fac_hensel_lift); 43 43 TIMING_DEFINE_PRINT(fac_factor_recombination); 44 45 const double log2exp= 1.442695041; 44 46 45 47 CanonicalForm prodMod0 (const CFList& L, const CanonicalForm& M) -
factory/facFqBivar.h
rfd5b3a r6720a1 31 31 #include "facFqSquarefree.h" 32 32 33 extern const double log2exp = 1.442695041;33 extern const double log2exp; 34 34 35 35 /// Factorization of a squarefree bivariate polynomials over an arbitrary finite
Note: See TracChangeset
for help on using the changeset viewer.