Changeset 5cc9977 in git for kernel


Ignore:
Timestamp:
Dec 1, 2022, 12:05:44 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c7e189671fb6fa42ac40acdc3944abf7b937ffe0
Parents:
359f091d847d84e3068b087a2f919ff57690cf61
Message:
simplify p_polys.cc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kLiftstd.cc

    r359f09 r5cc9977  
    192192  // fix h-pLength
    193193  h->pLength=0;
    194   // remove content
    195   //number cont;
    196   //p_Content_n(h_p,cont,strat->tailRing);
    197   //if (!n_IsOne(cont,strat->tailRing))
    198   //  h_tail=p_Div_nn(h_tail,cont,tailRing);
    199 
    200194  h->PrepareRed(strat->use_buckets);
    201195  loop
  • kernel/GBEngine/syz1.cc

    r359f09 r5cc9977  
    21712171        syStripOutCopy(syzstr->res[index+1]->m[sPairs[i].syzind],toStrip);
    21722172      tc = pGetComp(sPairs[i].isNotMinimal);
    2173       //p = pTakeOutComp1(&tempStripped,tc);
    21742173      int lu;
    21752174      pTakeOutComp(&tempStripped,tc,&p,&lu);
  • kernel/polys.h

    r359f09 r5cc9977  
    332332#define   pVectorHasUnitB(p,k) p_VectorHasUnitB(p,k,currRing)
    333333#define   pVectorHasUnit(p,k,l) p_VectorHasUnit(p,k,l,currRing)
    334 #define   pTakeOutComp1(p,k)    p_TakeOutComp1(p,k,currRing)
    335334
    336335/// Splits *p into two polys: *q which consists of all monoms with
Note: See TracChangeset for help on using the changeset viewer.