MCPcopy Create free account
hub / github.com/Singular/Singular / kAppend

Function kAppend

kernel/GBEngine/kLiftstd.cc:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 return t;
120}
121static void kAppend(poly t,TObject* h)
122{
123 poly p;
124 if (h->t_p!=NULL)
125 p=h->t_p;
126 else
127 p=h->p;
128 while(p->next!=NULL) pIter(p);
129 p->next=t;
130 if ((h->p!=NULL)&&(h->t_p!=NULL)) pNext(h->p)=pNext(h->t_p);
131}
132static poly lazyComp(number* A, poly* M,poly* T,int index,poly s,int *l,const ring tailR)
133{
134 if ((TEST_OPT_PROT) && (index>0)) { Print("<%d>",index+1); mflush(); }

Callers 1

kLiftstd.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected