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

◆ mult_by_term1()

gbvector * GBRingSolvable::mult_by_term1 ( const FreeModule * F,
const gbvector * f,
ring_elem u,
const int * monom,
int comp )
virtual

Implements GBRing.

Definition at line 257 of file gbring.cpp.

262{
263 (void) F;
264 (void) f;
265 (void) u;
266 (void) monom;
267 (void) comp;
268// Remember: this multiplies w/o regard to any quotient elements
269#ifdef DEVELOPMENT
270#warning "implement GBRingSolvable::mult_by_term"
271#endif
272 return nullptr;
273}