Changeset 2ce3bf in git for factory/cf_map_ext.cc
- Timestamp:
- Jul 1, 2020, 4:36:02 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- cc5a86cc299c9d4d71030662a697af14d56a1bf3
- Parents:
- c1f4d51f741e0a6c42d18ed86f6d5f207f816516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_map_ext.cc
rc1f4d51 r2ce3bf 90 90 fq_nmod_neg(r0, r0, ctx); 91 91 // convert 92 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta );92 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx); 93 93 // cleanup 94 94 fq_nmod_poly_factor_clear(fac,ctx); … … 406 406 fq_nmod_neg(r0, r0, ctx); 407 407 // convert 408 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,alpha );408 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,alpha,ctx); 409 409 // cleanup 410 410 fq_nmod_poly_factor_clear(fac,ctx); … … 469 469 fq_nmod_neg(r0, r0, ctx); 470 470 // convert 471 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta );471 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx); 472 472 // cleanup 473 473 fq_nmod_poly_factor_clear(fac,ctx); … … 542 542 fq_nmod_poly_get_coeff(r0,fac->poly+ind,0,ctx); 543 543 fq_nmod_neg(r0,r0,ctx); 544 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta );544 CanonicalForm r1=convertFq_nmod_t2FacCF(r0,beta,ctx); 545 545 // cleanup 546 546 fq_nmod_poly_factor_clear(fac,ctx);
Note: See TracChangeset
for help on using the changeset viewer.