Changeset d2a877 in git for libpolys


Ignore:
Timestamp:
Jun 28, 2019, 5:52:10 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6fe48efa5355b153c6b4c1888a39b03726d3ca4c
Parents:
189ee84bda8f8cfe4ffcd106d7f0737503e10142
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-06-28 15:52:10+00:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-06-28 16:25:16+00:00
Message:
chg: norm result of gcd over ZZ/p
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r189ee8 rd2a877  
    6363    CanonicalForm F( convSingPFactoryP( f,r ) ), G( convSingPFactoryP( g, r ) );
    6464    res=convFactoryPSingP( gcd( F, G ) , r);
     65    if (rField_is_Zp(r)) p_Norm(res,r);
    6566  }
    6667  // and over Q(a) / Fp(a)
Note: See TracChangeset for help on using the changeset viewer.