Changeset 276374 in git
- Timestamp:
- Dec 16, 2011, 6:34:05 PM (11 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 0fc4c8bd0177d4673beebe5a386cd69e4161f080f0549c833590080d618d6f7989d1f9c9802da033
- Parents:
- 54e73b123b0a2d72ccfa6b9377b156ff82f854696f6320b9e405525cc39ba4d1e6e22d95e1791065
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
r54e73b r276374 1701 1701 return A; 1702 1702 } 1703 #endif 1703 1704 1704 1705 CFArray … … 1736 1737 } 1737 1738 1739 #ifdef HAVE_NTL 1738 1740 CFArray 1739 1741 evaluateMonom (const CanonicalForm& F, const CFList& evalPoints) -
factory/facFqFactorize.cc
r54e73b r276374 1799 1799 } 1800 1800 1801 #endif 1802 1801 1803 static inline 1802 1804 CanonicalForm prodEval (const CFList& l, const CanonicalForm& evalPoint, … … 1871 1873 } 1872 1874 1875 #ifdef HAVE_NTL 1873 1876 void 1874 1877 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval, -
kernel/kutil.cc
r6f6320 r276374 6719 6719 Print("homog=%d, LazyDegree=%d, LazyPass=%d, ak=%d,\n", 6720 6720 strat->homog, strat->LazyDegree,strat->LazyPass, strat->ak); 6721 Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets :%d\n",6721 Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n", 6722 6722 strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets); 6723 6723 Print("posInLDependsOnLength=%d, use_buckets=%d\n", … … 6752 6752 else if (strat->tailRing->pLDeg==maxdegreeWecart) PrintS("maxdegreeWecart"); 6753 6753 else Print("? (%lx)", (long)strat->tailRing->pLDeg); 6754 Print(" syzring:%d, syzComp(strat):%d syzComb (ring)\n",rIsSyzIndexRing(currRing),strat->syzComp,rGetCurrSyzLimit(currRing));6754 Print(" syzring:%d, syzComp(strat):%d syzComb:%d limit:%ld\n",rIsSyzIndexRing(currRing),strat->syzComp,rGetCurrSyzLimit(currRing)); 6755 6755 if(TEST_OPT_DEGBOUND) 6756 6756 Print(" degBound: %d\n", Kstd1_deg);
Note: See TracChangeset
for help on using the changeset viewer.