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

◆ reduceit()

bool gbA::reduceit ( spair * p)
private

Definition at line 1596 of file gb-default.cpp.

1597{
1598 if (over_ZZ()) return reduce_ZZ(p);
1599 return reduce_kk(p);
1600}
bool reduce_ZZ(spair *p)
bool over_ZZ() const
bool reduce_kk(spair *p)
int p

References over_ZZ(), p, reduce_kk(), and reduce_ZZ().

Referenced by process_spair().