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

◆ mult_by_term1()

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

Implements GBRing.

Reimplemented in GBRingWeylZZ.

Definition at line 216 of file gbring.cpp.

221{
222 // Remember: this multiplies w/o regard to any quotient elements
223 gbvectorHeap result(this, F);
224 return weyl->gbvector_mult_by_term(result, f, u, monom, comp);
225}
const WeylAlgebra * weyl
Definition gbring.hpp:158
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result(), and GBRing::weyl.