Changeset 2ce3bf in git for factory/cf_map_ext.cc


Ignore:
Timestamp:
Jul 1, 2020, 4:36:02 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
cc5a86cc299c9d4d71030662a697af14d56a1bf3
Parents:
c1f4d51f741e0a6c42d18ed86f6d5f207f816516
Message:
fq_nmod_get_nmod_poly/fq_nmod_set_nmod_poly for FLINT < 2.6.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_map_ext.cc

    rc1f4d51 r2ce3bf  
    9090    fq_nmod_neg(r0, r0, ctx);
    9191    // convert
    92     CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta);
     92    CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx);
    9393    // cleanup
    9494    fq_nmod_poly_factor_clear(fac,ctx);
     
    406406  fq_nmod_neg(r0, r0, ctx);
    407407  // convert
    408   CanonicalForm r1=convertFq_nmod_t2FacCF(r0,alpha);
     408  CanonicalForm r1=convertFq_nmod_t2FacCF(r0,alpha,ctx);
    409409  // cleanup
    410410  fq_nmod_poly_factor_clear(fac,ctx);
     
    469469    fq_nmod_neg(r0, r0, ctx);
    470470    // convert
    471     CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta);
     471    CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx);
    472472    // cleanup
    473473    fq_nmod_poly_factor_clear(fac,ctx);
     
    542542  fq_nmod_poly_get_coeff(r0,fac->poly+ind,0,ctx);
    543543  fq_nmod_neg(r0,r0,ctx);
    544   CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta);
     544  CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx);
    545545  // cleanup
    546546  fq_nmod_poly_factor_clear(fac,ctx);
Note: See TracChangeset for help on using the changeset viewer.