Changeset e8880a in git for factory/facFqFactorize.h


Ignore:
Timestamp:
Jan 10, 2013, 3:12:17 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
chg: updated docu

Conflicts:

	factory/facFqFactorize.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.h

    r3163a2 re8880a  
    686686                       );
    687687
    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
     689void
     690changeSecondVariable (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
     702void
     703distributeLCmultiplier (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                       );
    693711
    694712void
Note: See TracChangeset for help on using the changeset viewer.