Changeset b1d287 in git for factory/facMul.cc
- Timestamp:
- Aug 1, 2012, 2:25:24 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 0df59c8a8e59eded04e4aca4e57cfed188a00cf1
- Parents:
- 09afeb85ea17e564813761786f76281c8162dad0362fc6799a207ad61d3be8abe0206e52b5782e50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facMul.cc
r09afeb rb1d287 1348 1348 CanonicalForm& M) 1349 1349 { 1350 int d1= tmax (degree (F, 1), degree (G, 1)) + 1;1350 int d1= degree (F, 1) + degree (G, 1) + 1; 1351 1351 d1 /= 2; 1352 1352 d1 += 1; … … 1417 1417 CanonicalForm& M) 1418 1418 { 1419 int d1= tmax (degree (F, 1), degree (G, 1)) + 1;1419 int d1= degree (F, 1) + degree (G, 1) + 1; 1420 1420 d1 /= 2; 1421 1421 d1 += 1; … … 2435 2435 else 2436 2436 { 2437 bool zz_pEbak= zz_pE::initialized(); 2438 zz_pEBak bak; 2439 if (zz_pEbak) 2440 bak.save(); 2437 2441 zz_pX mipo= convertFacCF2NTLzzpX (M); 2438 2442 Variable y= Variable (2); … … 2442 2446 div (NTLA, NTLA, NTLB); 2443 2447 Q= convertNTLzz_pEX2CF (NTLA, x, y); 2448 if (zz_pEbak) 2449 bak.restore(); 2444 2450 } 2445 2451 }
Note: See TracChangeset
for help on using the changeset viewer.