Changeset 7032db in git for factory/facFactorize.cc


Ignore:
Timestamp:
Jul 4, 2020, 1:57:00 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
89005e409e564feafbec751f5c65109638c47368d78356197b75c5a7efd1896ede6a66356bbb6d94
Parents:
cbdf0e507d7f2e431e05eeee9c7e8a7437d2c9c8
Message:
factory: more routine does not depend on NTL only
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.cc

    rcbdf0e r7032db  
    4545TIMING_DEFINE_PRINT(fac_compress)
    4646
    47 #ifdef HAVE_NTL
    4847CFList evalPoints (const CanonicalForm& F, CFList& eval, Evaluation& E)
    4948{
     
    154153}
    155154
     155#ifdef HAVE_NTL // ratBiSqrfFactorize
    156156void
    157157factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval,
     
    190190  }
    191191}
    192 
     192#endif
     193
     194#ifdef HAVE_NTL // ratBiSqrfFactorize
    193195CFList
    194196multiFactorize (const CanonicalForm& F, const Variable& v)
     
    829831  return factors;
    830832}
    831 
    832833#endif
Note: See TracChangeset for help on using the changeset viewer.