Macaulay2 Engine
Loading...
Searching...
No Matches

◆ component_occurs_in()

const resterm * res_poly::component_occurs_in ( const res_pair * x,
const resterm * f ) const

Definition at line 316 of file res-a1-poly.cpp.

318{
319 for (const resterm *tm = f; tm != nullptr; tm = tm->next)
320 if (tm->comp == x) return tm;
321 return nullptr;
322}
volatile int x

References resterm::next, and x.