Changeset c1f4d51 in git for factory/cfGcdUtil.cc
- Timestamp:
- Jul 1, 2020, 4:16:14 PM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2ce3bf354077ca50ab9dbbed78c68d8e279f1297
- Parents:
- f542551517fde5e0e330f2a5f4ae6e3fdfd32454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfGcdUtil.cc
rf542551 rc1f4d51 22 22 /// result is false, d is set to the degree of the gcd of f and g evaluated at a 23 23 /// random point in K^n-1. This gcd is a gcd of univariate polynomials. 24 #ifdef HAVE_NTL // mapPrimElem25 24 bool 26 25 gcd_test_one ( const CanonicalForm & f, const CanonicalForm & g, bool swap, int & d ) … … 245 244 return result; 246 245 } 247 #endif248 246 249 247 /**
Note: See TracChangeset
for help on using the changeset viewer.