Changeset 018577 in git for factory/facHensel.cc


Ignore:
Timestamp:
Sep 13, 2010, 5:18:53 PM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
72292fbb6682a392b300d1837489860c3f412907
Parents:
231b0fd0173552d615fba69018a64ff5510211be
Message:
new sparse modular gcd over finite fields, new EZ gcd over finite fields, which is now switched on by default


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

Legend:

Unmodified
Added
Removed
  • factory/facHensel.cc

    r231b0fd r018577  
    924924void
    925925henselLift12 (const CanonicalForm& F, CFList& factors, int l, CFArray& Pi,
    926               CFList& diophant, CFMatrix& M, bool sort)
    927 {
    928   if (sort)
    929     sortList (factors, Variable (1));
     926              CFList& diophant, CFMatrix& M)
     927{
     928  sortList (factors, Variable (1));
    930929  Pi= CFArray (factors.length() - 1);
    931930  CFListIterator j= factors;
Note: See TracChangeset for help on using the changeset viewer.