Changeset 7ed4f6c in git
- Timestamp:
- Dec 17, 2013, 1:48:42 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f63d2e83242d64e2f8e687d91e9ab3ddabad5ac0
- Parents:
- 514adecfe90e57ddab7d7144143cb4639e9fd5b8
- git-author:
- Martin Lee <martinlee84@web.de>2013-12-17 13:48:42+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-01-20 16:45:03+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r514ade r7ed4f6c 184 184 fq_nmod_ctx_init_modulus (fq_con, FLINTmipo, "Z"); 185 185 186 convertFacCF2Fq_nmod_poly_t (FLINTA, A, fq_con);186 convertFacCF2Fq_nmod_poly_t (FLINTA, buf, fq_con); 187 187 fq_nmod_poly_make_monic (FLINTA, FLINTA, fq_con); 188 188 … … 192 192 fq_nmod_poly_factor (FLINTFactorsA, leadingCoeff, FLINTA, fq_con); 193 193 194 factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, beta, fq_con); 194 factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, 195 beta, fq_con); 195 196 196 197 fq_nmod_poly_factor_clear (FLINTFactorsA, fq_con); … … 257 258 fq_nmod_poly_factor (FLINTFactorsA, leadingCoeff, FLINTA, fq_con); 258 259 259 factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, alpha, fq_con); 260 factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, 261 alpha, fq_con); 260 262 261 263 fq_nmod_poly_factor_clear (FLINTFactorsA, fq_con);
Note: See TracChangeset
for help on using the changeset viewer.