Changeset e8880a in git
- Timestamp:
- Jan 10, 2013, 3:12:17 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 074fe740d62bf760e61d3a4d06d754c2dbca7c01
- Parents:
- 3163a2e6bdf16d80875b60e58d864a97a416776a
- git-author:
- Martin Lee <martinlee84@web.de>2013-01-10 15:12:17+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-02-18 15:01:29+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.h
r3163a2 re8880a 686 686 ); 687 687 688 void 689 changeSecondVariable (CanonicalForm& A, CFList& biFactors, CFList& evaluation, CFList*& oldAeval, int lengthAeval2, const CFList& uniFactors, const Variable& w); 690 691 void 692 distributeLCmultiplier (CanonicalForm& A, CFList& leadingCoeffs, CFList& biFactors, const CFList& evaluation, const CanonicalForm& LCmultipler); 688 /// changes the second variable to be @a w and updates all relevant data 689 void 690 changeSecondVariable (CanonicalForm& A, ///<[in,out] a multivariate poly 691 CFList& biFactors, ///<[in,out] bivariate factors 692 CFList& evaluation, ///<[in,out] evaluation point 693 CFList*& oldAeval, ///<[in,out] old bivariate factors 694 ///< wrt. different second vars 695 int lengthAeval2, ///<[in] length of oldAeval 696 const CFList& uniFactors,///<[in] univariate factors 697 const Variable& w ///<[in] some variable 698 ); 699 700 /// distributes a divisor LCmultiplier of LC(A,1) on the bivariate factors and 701 /// the precomputed leading coefficients 702 void 703 distributeLCmultiplier (CanonicalForm& A, ///<[in,out] some poly 704 CFList& leadingCoeffs, ///<[in,out] leading 705 ///< coefficients 706 CFList& biFactors, ///<[in,out] bivariate 707 ///< factors 708 const CFList& evaluation, ///<[in] eval. point 709 const CanonicalForm& LCmultipler///<[in] multiplier 710 ); 693 711 694 712 void
Note: See TracChangeset
for help on using the changeset viewer.