Changeset 517530 in git for factory/cf_gcd.cc
- Timestamp:
- May 7, 2012, 5:34:51 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dccd6db99cc44c93669e843ddb6e06d2682769b8
- Parents:
- e7676af1109530ff2efd9495bfdb0fa2cedc576a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
re7676a r517530 1278 1278 //printf("try p=%d\n",p); 1279 1279 setCharacteristic( p ); 1280 #ifdef HAVE_NTL 1280 1281 Dp = GCD_small_p (mapinto (f), mapinto (g), cofp, cogp); 1282 #else 1283 Dp= gcd_poly (mapinto (f), mapinto (g)); 1284 cofp= mapinto (f)/Dp; 1285 cogp= mapinto (g)/Dp; 1286 #endif 1281 1287 Dp /=Dp.lc(); 1282 1288 cofp /= lc (cofp);
Note: See TracChangeset
for help on using the changeset viewer.