Changeset 33c8040 in git
- Timestamp:
- Jun 29, 2010, 12:12:55 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 0dd77c21021822c8a0b9b85d28d147e940da5728
- Parents:
- 6720a11e15dfab1542b96233c960ac929f64c058
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r6720a1 r33c8040 42 42 TIMING_DEFINE_PRINT(fac_hensel_lift); 43 43 TIMING_DEFINE_PRINT(fac_factor_recombination); 44 45 const double log2exp= 1.442695041;46 44 47 45 CanonicalForm prodMod0 (const CFList& L, const CanonicalForm& M) -
factory/facFqBivar.h
r6720a1 r33c8040 31 31 #include "facFqSquarefree.h" 32 32 33 extern const double log2exp;33 static const double log2exp= 1.442695041; 34 34 35 35 /// Factorization of a squarefree bivariate polynomials over an arbitrary finite -
factory/facFqFactorize.h
r6720a1 r33c8040 27 27 #include "facFqSquarefree.h" 28 28 #include "facFqBivarUtil.h" 29 30 extern const double log2exp;31 29 32 30 /// Factorization over a finite field
Note: See TracChangeset
for help on using the changeset viewer.