Changeset 368602a in git for factory/facFqBivar.h
- Timestamp:
- Jun 22, 2011, 2:32:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 6c44098a5a260124314cb230a8f97d26aa250ea5
- Parents:
- 6f30b8f0100530412045adfaaae98447428ef7fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.h
r6f30b8 r368602a 482 482 /// field, whose shift to zero is reversed. 483 483 /// @sa factorRecombination(), extEarlyFactorDetection() 484 inlineCFList484 CFList 485 485 extFactorRecombination ( 486 486 CFList& factors, ///< [in,out] list of lifted factors that are … … 507 507 /// @return @a factorRecombination returns a list of factors of F. 508 508 /// @sa extFactorRecombination(), earlyFactorDetectection() 509 inlineCFList509 CFList 510 510 factorRecombination ( 511 511 CFList& factors, ///< [in,out] list of lifted factors … … 539 539 /// complete), in case of success. Otherwise an empty list. 540 540 /// @sa factorRecombination(), extEarlyFactorDetection() 541 inlineCFList541 CFList 542 542 earlyFactorDetection ( 543 543 CanonicalForm& F, ///< [in,out] poly to be factored, returns … … 562 562 /// Otherwise an empty list. 563 563 /// @sa factorRecombination(), earlyFactorDetection() 564 inlineCFList564 CFList 565 565 extEarlyFactorDetection ( 566 566 CanonicalForm& F, ///< [in,out] poly to be factored, returns … … 586 586 /// @sa earlyFactorDetection(), extEarlyFactorDetection() 587 587 588 inlineCFList588 CFList 589 589 henselLiftAndEarly ( 590 590 CanonicalForm& A, ///< [in,out] poly to be factored, … … 605 605 /// @return @a extBiFactorize returns factorization of F over initial field 606 606 /// @sa biFactorize() 607 inlineCFList607 CFList 608 608 extBiFactorize (const CanonicalForm& F, ///< [in] poly to be factored 609 609 const ExtensionInfo& info ///< [in] info about extension
Note: See TracChangeset
for help on using the changeset viewer.