Changeset 1bc7201 in git for factory/facFqBivarUtil.cc


Ignore:
Timestamp:
Oct 19, 2012, 6:38:35 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c879eea1669e963fb4c7287a3963abb287d00a49
Parents:
b37b3984a12e1552c7bafc9fd5a7849240ea79806bbe944402dfca102dcc3e036c4f2f119be41e44
Message:
Merge pull request #192 from mmklee/algExtGCD_sw

Alg ext gcd sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivarUtil.cc

    r6bbe94 r1bc7201  
    519519  }
    520520
    521   q= newtonDiv (bufF, G, xToLOldL);
     521  if (l-oldL > 0)
     522    q= newtonDiv (bufF, G, xToLOldL);
     523  else
     524    q= 0;
    522525  q *= xToOldL;
    523526  q += oldQ;
Note: See TracChangeset for help on using the changeset viewer.