Changeset 9084a3 in git for factory/NTLconvert.cc


Ignore:
Timestamp:
Jun 26, 2020, 11:45:10 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
b7cc2b30ec0e493f5f022b5a29a071d4b7ce31a7
Parents:
f87a54f01779194a0163ca39873f5b4255a4f510
Message:
fix: univariate factorization over Z/p(alpha) via NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    rf87a54f r9084a3  
    130130    {  //This case will never happen if the characteristic is in fact a prime
    131131       // number, since all coefficients are represented as immediates
     132       out_cf("f:->",f,"\n");
     133       out_cf("c:->",c,"\n");
    132134       #ifndef NOSTREAMIO
    133135       cout<<"convertFacCF2NTLzz_pX: coefficient not immediate! : "<<f<<"\n";
Note: See TracChangeset for help on using the changeset viewer.