Changeset 8336c9 in git for factory/facFqFactorize.h
- Timestamp:
- Aug 15, 2012, 4:47:03 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- 5b390eae2a5015d099e164e415bf9de0df375fd5
- Parents:
- c7b56e2b570482a60737ec1d6e4bf209156c36fa
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-15 16:47:03+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-09-04 18:01:18+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.h
rc7b56e2 r8336c9 547 547 ); 548 548 549 /// evaluate F successively n-2 at 0550 ///551 /// @return returns a list of successive evaluations of F, ending with F552 CFList evaluateAtZero (const CanonicalForm& F ///< [in] some poly553 );554 555 /// divides factors by their content wrt. Variable(1) and checks if these polys556 /// divide F557 ///558 /// @return returns factors of F559 CFList recoverFactors (const CanonicalForm& F, ///< [in] some poly F560 const CFList& factors ///< [in] some list of561 ///< factor candidates562 );563 564 /// divides factors shifted by evaluation by their content wrt. Variable(1) and565 /// checks if these polys divide F566 ///567 /// @return returns factors of F568 CFList recoverFactors (const CanonicalForm& F, ///< [in] some poly F569 const CFList& factors, ///< [in] some list of570 ///< factor candidates571 const CFList& evaluation ///< [in] evaluation point572 );573 574 /// checks if factors divide F, if so F is divided by this factor and the factor575 /// is divided by its content wrt. Variable(1) and the entry in index at the576 /// position of the factor is set to 1, otherwise the entry in index is set to 0577 ///578 /// @return returns factors of F579 CFList recoverFactors (CanonicalForm& F, ///< [in,out] some poly F580 const CFList& factors,///< [in] some list of581 ///< factor candidates582 int* index ///< [in] position of real factors583 );584 585 549 /// refine a bivariate factorization of A with l factors to one with 586 550 /// minFactorsLength … … 676 640 ); 677 641 678 /// evaluate @a F at @a evaluation679 ///680 /// @return @a evaluateAtEval returns a list containing the successive681 /// evaluations of @a F, last entry is @a F again682 CFList683 evaluateAtEval (const CanonicalForm& F, ///<[in] some poly684 const CFArray& evaluation ///<[in] some evaluation point685 );686 687 /// evaluate @a F at @a evaluation688 ///689 /// @return @a evaluateAtEval returns a list containing the successive690 /// evaluations of @a F starting at level @a l, last entry is @a F again691 CFList692 evaluateAtEval (const CanonicalForm& F, ///<[in] some poly693 const CFList& evaluation,///<[in] some evaluation point694 int l ///<[in] level to start at695 );696 697 642 #endif 698 643 /* FAC_FQ_FACTORIZE_H */
Note: See TracChangeset
for help on using the changeset viewer.