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

◆ from_word() [2/2]

void FreeAlgebraQuotient::from_word ( Poly & result,
ring_elem coeff,
const std::vector< int > & word ) const

Definition at line 84 of file FreeAlgebraQuotient.cpp.

85{
86 mFreeAlgebra.from_word(result, coeff, word);
88}
std::vector< int > word
const FreeAlgebra & mFreeAlgebra
void normalizeInPlace(Poly &f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mFreeAlgebra, normalizeInPlace(), result(), and word.