Changeset 9e2029c in git for factory/facFqFactorize.h


Ignore:
Timestamp:
Jun 5, 2014, 5:11:56 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b50cc4fc80fdf2a2005655a08d9229aa4b32d4a5')
Children:
0bd659380ba176abcaad091e0fdef5817cb9954d
Parents:
f8df35286530f57c88ffeb98595d16aa5edd60f4
git-author:
Martin Lee <martinlee84@web.de>2014-06-05 17:11:56+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-17 14:08:30+02:00
Message:
chg: more checks for one to one correspondence of bi. factors and multi. factors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.h

    rf8df35 r9e2029c  
    565565
    566566/// refine a bivariate factorization of A with l factors to one with
    567 /// minFactorsLength
     567/// minFactorsLength if possible
    568568void
    569569refineBiFactors (const CanonicalForm& A,  ///< [in] some poly
     
    589589
    590590/// sort bivariate factors in Aeval such that their corresponding univariate
    591 /// factors coincide with uniFactors
     591/// factors coincide with uniFactors, uniFactors and biFactors may get
     592/// recombined if necessary
    592593void sortByUniFactors (CFList*& Aeval,          ///< [in,out] array of bivariate
    593594                                                ///< factors
    594595                       int AevalLength,         ///< [in] length of Aeval
    595                        const CFList& uniFactors,///< [in] univariate factors
     596                       CFList& uniFactors,      ///< [in,out] univariate factors
     597                       CFList& biFactors,       ///< [in,out] bivariate factors
    596598                       const CFList& evaluation ///< [in] evaluation point
    597599                      );
Note: See TracChangeset for help on using the changeset viewer.