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

◆ mult_by_term1()

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

Reimplemented from GBRingWeyl.

Definition at line 227 of file gbring.cpp.

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

References result(), and GBRing::weyl.