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

◆ get_parallel_lead_terms()

const Matrix * GBComputation::get_parallel_lead_terms ( M2_arrayint w)
virtual

Reimplemented in GB_comp, gbA, GBDeclared, GBinhom_comp, GBProxy, GBWalker, MarkedGB, and ReducedGB.

Definition at line 218 of file comp-gb.cpp.

220{
221 (void) w;
222 ERROR(
223 "Cannot compute parallel lead terms for this kind of Groebner "
224 "computation");
225 return nullptr;
226}
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and Matrix.