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

◆ make_syz_term()

gbvector * GBKernelComputation::make_syz_term ( ring_elem c,
const_monomial monom,
int comp ) const
private

Definition at line 144 of file Eschreyer.cpp.

149{
150#ifdef DEVELOPMENT
151#warning "this might add in the Schreyer up"
152#warning "the previous warning message is confusing, grammatically"
153#endif
154
155 return GR->gbvector_raw_term(c, m, comp);
156}

References GR.

Referenced by geo_reduce(), new_pairs(), and reduce().