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

◆ mult_by_term_right() [2/2]

void FreeAlgebra::mult_by_term_right ( Poly & result,
const Poly & f,
const ring_elem c,
const Word & w ) const

Definition at line 551 of file FreeAlgebra.cpp.

555{
556 gc_vector<int> tmp;
558 Monom tmpMonom(tmp.data());
559 mult_by_term_right(result,f,c,tmpMonom);
560 tmp.clear();
561}
void mult_by_term_right(Poly &result, const Poly &f, const ring_elem c, const Monom m) const
const FreeMonoid & monoid() const
void monomInsertFromWord(MonomialInserter &result, const Word &w) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References monoid(), FreeMonoid::monomInsertFromWord(), mult_by_term_right(), and result().