Changeset 615ca8 in git
- Timestamp:
- Nov 18, 2011, 3:03:56 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- eb070851d6400fd61a79cd17498882927ecb83df
- Parents:
- 6036d9049f8adc7fa28abe7e6404b7ca2f6c3b99
- git-author:
- Martin Lee <martinlee84@web.de>2011-11-18 15:03:56+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:46+01:00
- Location:
- factory
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facBivar.cc
r6036d90 r615ca8 23 23 #include "facBivar.h" 24 24 25 #ifdef HAVE_NTL 25 26 TIMING_DEFINE_PRINT(fac_uni_factorizer) 26 27 TIMING_DEFINE_PRINT(fac_hensel_lift) … … 395 396 return factors; 396 397 } 398 399 #endif -
factory/facFqBivar.h
r6036d90 r615ca8 31 31 static const double log2exp= 1.442695041; 32 32 33 #ifdef HAVE_NTL 33 34 /// Factorization of a squarefree bivariate polynomials over an arbitrary finite 34 35 /// field, information on the current field we work over is in @a info. @a info … … 51 52 /// element is the leading coefficient. 52 53 /// @sa FqBiSqrfFactorize(), GFBiSqrfFactorize() 53 #ifdef HAVE_NTL54 54 inline 55 55 CFList FpBiSqrfFactorize (const CanonicalForm & G ///< [in] a bivariate poly … … 440 440 } 441 441 442 #endif443 444 442 /// \f$ \prod_{f\in L} {f (0, x)} \ mod\ M \f$ via divide-and-conquer 445 443 /// … … 610 608 ); 611 609 612 610 #endif 613 611 #endif 614 612 /* FAC_FQ_BIVAR_H */ -
factory/facFqBivarUtil.cc
r6036d90 r615ca8 430 430 } 431 431 432 #ifdef HAVE_NTL 432 433 CFArray 433 434 logarithmicDerivative (const CanonicalForm& F, const CanonicalForm& G, int l, … … 516 517 return result; 517 518 } 519 #endif 518 520 519 521 void -
factory/facHensel.h
r6036d90 r615ca8 29 29 #include "algext.h" 30 30 31 #ifdef HAVE_NTL 31 32 /// multiplication of univariate polys over a finite field using NTL, if we are 32 33 /// in GF factory's default multiplication is used. … … 358 359 ///< correspondence 359 360 ); 361 #endif /* HAVE_NTL */ 360 362 #endif 361 363 /* FAC_HENSEL_H */
Note: See TracChangeset
for help on using the changeset viewer.