Changeset c1f4d51 in git for factory/cfGcdUtil.cc


Ignore:
Timestamp:
Jul 1, 2020, 4:16:14 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
2ce3bf354077ca50ab9dbbed78c68d8e279f1297
Parents:
f542551517fde5e0e330f2a5f4ae6e3fdfd32454
Message:
factory: implement findMinPoly/mapPrimElem and related
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfGcdUtil.cc

    rf542551 rc1f4d51  
    2222/// result is false, d is set to the degree of the gcd of f and g evaluated at a
    2323/// random point in K^n-1. This gcd is a gcd of univariate polynomials.
    24 #ifdef HAVE_NTL // mapPrimElem
    2524bool
    2625gcd_test_one ( const CanonicalForm & f, const CanonicalForm & g, bool swap, int & d )
     
    245244    return result;
    246245}
    247 #endif
    248246
    249247/**
Note: See TracChangeset for help on using the changeset viewer.