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

◆ component_occurs_in()

const res2term * res2_poly::component_occurs_in ( const res2_pair * x,
const res2term * f ) const

Definition at line 334 of file res-a0-poly.cpp.

336{
337 for (const res2term *tm = f; tm != nullptr; tm = tm->next)
338 if (tm->comp == x) return tm;
339 return nullptr;
340}
volatile int x

References res2term::next, and x.