Changeset c79a9d in git for factory/facFqFactorize.h


Ignore:
Timestamp:
Oct 13, 2011, 1:21:35 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5f9b47ed5a8e9e527497f05d9afe96ec3e076cbf
Parents:
3e70950f6eff7e879a05817dd9e4bb45aeb175ca
Message:
bug fix in squarefree factorization and faster way to recover factors in factorization


git-svn-id: file:///usr/local/Singular/svn/trunk@14411 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.h

    r3e7095 rc79a9d  
    456456                      );
    457457
     458/// divides factors shifted by evaluation by their content wrt. Variable(1) and
     459/// checks if these polys divide F
     460///
     461/// @return returns factors of F
     462CFList recoverFactors (const CanonicalForm& F,  ///< [in] some poly F
     463                       const CFList& factors,   ///< [in] some list of
     464                                                ///< factor candidates
     465                       const CFList& evaluation
     466                      );
     467
    458468/// refine a bivariate factorization of A with l factors to one with
    459469/// minFactorsLength
Note: See TracChangeset for help on using the changeset viewer.