Changeset 3ecc88f in git
- Timestamp:
- Jun 28, 2020, 4:04:04 PM (3 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 3023cdfeabdc95f2596e9894d7ad4bb475ac6717
- Parents:
- 1c0d95d0bcebabfb7213acde81c0ceb20f2448c2
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_map_ext.cc
r1c0d95 r3ecc88f 492 492 #endif 493 493 494 #ifdef HAVE_NTL495 494 CanonicalForm 496 495 map (const CanonicalForm& primElem, const Variable& alpha, … … 576 575 } 577 576 577 #ifdef HAVE_NTL 578 578 CanonicalForm 579 579 findMinPoly (const CanonicalForm& F, const Variable& alpha) -
factory/facFqBivar.cc
r1c0d95 r3ecc88f 7651 7651 #endif 7652 7652 7653 #ifdef HAVE_NTL //primitiveElement7654 7653 ExtensionInfo 7655 7654 init4ext (const ExtensionInfo& info, const CanonicalForm& evaluation, … … 7704 7703 return info2; 7705 7704 } 7706 #endif 7707 7708 #ifdef HAVE_NTL // init4ext 7705 7706 #ifdef HAVE_NTL // extSieveSmallFactors,... 7709 7707 CFList 7710 7708 extHenselLiftAndLatticeRecombi(const CanonicalForm& G, const CFList& uniFactors,
Note: See TracChangeset
for help on using the changeset viewer.