Changeset 03c742 in git for factory/facMul.cc


Ignore:
Timestamp:
Jun 26, 2020, 6:03:59 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f87a54f01779194a0163ca39873f5b4255a4f510
Parents:
b666c768103c724ed3617954c684de0e621144d2
Message:
factory: BuildIrred, FLINT/NTL seperation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facMul.cc

    rb666c7 r03c742  
    4141
    4242// univariate polys
     43#if defined(HAVE_NTL) || defined(HAVE_FLINT)
    4344
    4445#ifdef HAVE_FLINT
     
    37473748// end division
    37483749
     3750#else
     3751CanonicalForm
     3752mulNTL (const CanonicalForm& F, const CanonicalForm& G, const modpk& b)
     3753{ return F*G; }
     3754#endif
Note: See TracChangeset for help on using the changeset viewer.